Skip to content

Instantly share code, notes, and snippets.

~/rails/workshops $ rspec spec/
RSpec's reporter has already been initialized with #<IO:<STDERR>> as the deprecation stream, so your change to `deprecation_stream` will be ignored. You should configure it earlier for it to take effect, or use the `--deprecation-out` CLI option. (Called from /home/mariola/rails/workshops/spec/spec_helper.rb:27:in `block in <top (required)>')
/home/mariola/.rvm/gems/ruby-2.1.5/gems/activesupport-4.1.8/lib/active_support/dependencies.rb:247:in `require': cannot load such file -- rails_helper (LoadError)
from /home/mariola/.rvm/gems/ruby-2.1.5/gems/activesupport-4.1.8/lib/active_support/dependencies.rb:247:in `block in require'
from /home/mariola/.rvm/gems/ruby-2.1.5/gems/activesupport-4.1.8/lib/active_support/dependencies.rb:232:in `load_dependency'
from /home/mariola/.rvm/gems/ruby-2.1.5/gems/activesupport-4.1.8/lib/active_support/dependencies.rb:247:in `require'
from /home/mariola/rails/workshops/spec/controllers/users_controller_spec.rb:1:in `<top (required)>'
from /home