Reputation: 187
Whenever I run a test, I see this on the terminal:
/home/kinsomicrote/.rbenv/versions/2.2.2/bin/ruby -I
/home/kinsomicrote/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/lib:
/home/kinsomicrote/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-support-3.3.0/lib
/home/kinsomicrote/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rspec-core-3.3.2/exe/rspec
--pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb failed
It is usually at the start and the end of the output. Any reason why I am seeing this?
Upvotes: 0
Views: 76
Reputation: 187
I was using rake spec
to run tests, instead of rspec spec
. Thanks to @JuanBoca for pointing it out.
Upvotes: 1