ruby on rails - I Can't Run Any Tests With Rspec -
every time try run test rspec screen rspec error message don't understand problem installed bundle
https://github.com/lsegal/yard/issues/1062
the shared_context_metadata_behaviour added in 3.5, if telling undefined either need update rspec or remove method. run
bundle exec rspec -v if 3.4 or lower, change rspec line in gemfile to:
gem 'rspec', '~> 3.5' bundle install, rspec away.
Comments
Post a Comment