Skip to content

Instantly share code, notes, and snippets.

@memememomo
Created December 29, 2014 13:54
Show Gist options
  • Save memememomo/1e0c66e4877d70847caf to your computer and use it in GitHub Desktop.
Save memememomo/1e0c66e4877d70847caf to your computer and use it in GitHub Desktop.
SpringでRSpecが実行できなくなった ref: http://qiita.com/uchiko/items/513ad9cdc3a1d058a52f
class Test
def self.hoge
puts 'hoge'
end
end
$ spring rspec spec
/Users/uchiko/.rbenv/versions/2.1.3/lib/ruby/gems/2.1.0/gems/rspec-rails-3.1.0/lib/rspec/rails/matchers.rb:15:in `rescue in <top (required)>': Test is not a module (TypeError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment