Skip to content

Instantly share code, notes, and snippets.

@maxlinc
Created May 30, 2014 20:49
Show Gist options
  • Save maxlinc/a7ac36d6b1d2e5db9a49 to your computer and use it in GitHub Desktop.
Save maxlinc/a7ac36d6b1d2e5db9a49 to your computer and use it in GitHub Desktop.
unexpected token tNL
# 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