Created
December 29, 2014 13:54
-
-
Save memememomo/1e0c66e4877d70847caf to your computer and use it in GitHub Desktop.
SpringでRSpecが実行できなくなった ref: http://qiita.com/uchiko/items/513ad9cdc3a1d058a52f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Test | |
def self.hoge | |
puts 'hoge' | |
end | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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