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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -