kinsomicrote
kinsomicrote

Reputation: 187

Spec output in terminal

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

Answers (2)

JuanBoca
JuanBoca

Reputation: 724

Try running rspec spec instead of rake spec

Upvotes: 1

kinsomicrote
kinsomicrote

Reputation: 187

I was using rake spec to run tests, instead of rspec spec. Thanks to @JuanBoca for pointing it out.

Upvotes: 1

Related Questions