Skip to content

Commit

Permalink
Attempting Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jul 7, 2012
1 parent 0989b7f commit 236ef5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/smart_asset_spec.rb
Expand Up @@ -265,9 +265,9 @@
describe 'untracked file' do

before(:all) do
@modified = Time.parse('12-01-2010').utc
puts Time.parse('12-01-2010 00:00:00 UTC').inspect
@modified = Time.parse('12-01-2010 00:00:00 UTC')
ENV['MODIFIED'] = @modified.to_s
puts ENV['MODIFIED'].inspect
@package = "#{@dest}/0fabe271_#{@files[1]}"
@untracked = "#{$root}/spec/fixtures/assets/javascripts/untracked.js"

Expand All @@ -277,7 +277,6 @@
@output = capture_stdout do
SmartAsset.compress 'javascripts'
end
puts @output.string
end

after(:all) do
Expand Down

0 comments on commit 236ef5f

Please sign in to comment.