Skip to content

Commit

Permalink
don't check runtime errors for other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Kang committed Apr 19, 2014
1 parent 9683c1a commit 7e89379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def setup
@foo_js_digest = @assets['foo.js'].digest
@foo_css_digest = @assets['foo.css'].digest
@logo_digest = @assets["logo.png"].digest

Sprockets::Rails::Helper.raise_runtime_errors = false
end

def test_truth
Expand Down

0 comments on commit 7e89379

Please sign in to comment.