-
-
Save tundal45/7417172 to your computer and use it in GitHub Desktop.
This file contains 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
ExecJS::ProgramError in Jasmine_rails/spec_runner#index | |
Showing /../gems/jasmine-rails-0.4.9/app/views/layouts/jasmine_rails/spec_runner.html.erb where line #12 raised: | |
Error: Parse error on line 2: Unexpected '->' | |
(in ../spec/javascripts/dashboard_spec.coffee) | |
Extracted source (around line #12): | |
9: <body> | |
10: <div id="jasmine_content"></div> | |
11: <%= yield %> | |
12: <%= javascript_include_tag *jasmine_js_files %> | |
13: </body> | |
14: </html> |
This file contains 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
group :development, :test do | |
gem 'jasmine-rails' | |
end |
This file contains 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
describe "Dashboard", -> | |
it "works", -> | |
expect(true).toBeTruthy() |
This file contains 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
spec_files: | |
"**/*[Ss]pec.{js,coffee}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment