Created
May 30, 2014 20:49
-
-
Save maxlinc/a7ac36d6b1d2e5db9a49 to your computer and use it in GitHub Desktop.
unexpected token tNL
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
# You'll receive "E: unexpected token tNL" if you run rubocop broken_spec.rb | |
module A | |
module B | |
class C | |
end | |
end | |
end | |
module A | |
module B do | |
describe C do | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment