* fix for timecop
This commit is contained in:
parent
1d6741714d
commit
ac1b5d2e42
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in New Issue