shakacode/react-webpack-rails-tutorial

Rspec tests are not working

vtamara opened this issue · 0 comments

Running rake produces errors like:

An error occurred while loading ./spec/system/destroy_comment_spec.rb.          
Failure/Error: background { visit comments_path }                               
                                                                                
NoMethodError:                                                                  
  undefined method `background' for RSpec::ExampleGroups::DestroyAComment::WhenFromClassicPage:Class
  Did you mean?  around                                                         
# ./spec/system/shared/contexts.rb:16:in `block in <top (required)>'            
# ./spec/system/destroy_comment_spec.rb:7:in `block in <top (required)>'        
# ./spec/system/destroy_comment_spec.rb:6:in `<top (required)>'