Skip to content

Commit

Permalink
Revert "Test failing Guard::Jasmine spec on Travis CI."
Browse files Browse the repository at this point in the history
This reverts commit 325f3c9.
  • Loading branch information
netzpirat committed Jan 28, 2013
1 parent 37ce6d7 commit 7c6d256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ group :development, :test do
gem 'jasminerice'
gem 'jquery-rails'

gem 'guard-jasmine', github: 'netzpirat/guard-jasmine'
gem 'guard-jasmine'
gem 'guard-rspec'

gem 'rake'
Expand Down
2 changes: 1 addition & 1 deletion spec/javascripts/hamlcoffee_spec.js.coffee
Expand Up @@ -17,7 +17,7 @@ describe 'HAML', ->

describe '.cleanValue', ->
it 'returns an empty string for null', ->
expect(HAML.cleanValue(null)).toEqual '123'
expect(HAML.cleanValue(null)).toEqual ''

it 'returns an empty string for undefined', ->
expect(HAML.cleanValue(undefined)).toEqual ''
Expand Down

0 comments on commit 7c6d256

Please sign in to comment.