i playing rails 5 on windows 10.
when run "rails spec" run tests following @ start of , tests run fine:
c:/ruby22/bin/ruby.exe -i'c:/ruby22/lib/ruby/gems/2.2.0/gems/rspec-core-3.5.2/lib';'c:/ruby22/lib/ruby/gems/2.2.0/gems/rspec-support-3.5.0/lib' 'c:/ruby22/lib/ruby/gems/2.2.0/gems/rspec-core-3.5.2/exe/rspec' --pattern 'spec/**{,/*/**}/*_spec.rb'
other being pain @ doesn't cause problems.
but curious means, , how can rid of it?
this rspec library telling command executing. useful debugging purposes.
you can run rspec directly $ rspec
appropriate options, , not print out lines (as executing rspec directly).
Comments
Post a Comment