* fix for timecop

This commit is contained in:
Seth Call 2014-04-15 17:02:51 +00:00
parent 1d6741714d
commit ac1b5d2e42
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ describe GoogleAnalyticsEvent do
let(:ga) { GoogleAnalyticsEvent.new }
after(:each) do
Timecop.return
end
describe "track band analytics" do
it 'reports first recording' do
ResqueSpec.reset!