From 236ef5f2876a4e179a52c2c18f4c7bbb87d88d09 Mon Sep 17 00:00:00 2001 From: winton Date: Fri, 6 Jul 2012 23:36:39 -0700 Subject: [PATCH] Attempting Travis fix --- spec/smart_asset_spec.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spec/smart_asset_spec.rb b/spec/smart_asset_spec.rb index 7722ee7..a10b2c2 100644 --- a/spec/smart_asset_spec.rb +++ b/spec/smart_asset_spec.rb @@ -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" @@ -277,7 +277,6 @@ @output = capture_stdout do SmartAsset.compress 'javascripts' end - puts @output.string end after(:all) do