abepetrillo/evergreen

View on GitHub
lib/evergreen/views/_spec_error.erb

Summary

Maintainability
Test Coverage
describe("failure", function() {
  it("should not fail", function() {
    throw(<%= "#{error.class}: #{error.message}".to_json %>);
  });
});