Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. require 'spec_helper'
  2.  
  3. describe 'Capybara test', js: true do
  4. it 'works' do
  5. visit '/'
  6. end
  7. end
  8.  
  9. 1) Capybara test works
  10. Failure/Error: Unable to find matching line from backtrace
  11. ActionView::Template::Error:
  12. marshal data too short
  13. # ./app/views/layouts/_javascripts.html.erb:7:in `_app_views_layouts__javascripts_html_erb__4483406095691079466_70112937186160'
  14. # ./app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__419483610520628071_70112936724940'
  15. # ./app/controllers/home_controller.rb:29:in `index'
  16.  
  17. <%= javascript_include_tag 'application' %>
  18.  
  19. <%= render 'layouts/javascripts' %>
  20.  
  21. rm -rf tmp/cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement