Skip to content

Instantly share code, notes, and snippets.

@gerhard
Created October 2, 2008 09:57
Show Gist options
  • Save gerhard/14331 to your computer and use it in GitHub Desktop.
Save gerhard/14331 to your computer and use it in GitHub Desktop.
it 'should include Google Analytics with multiple tracking codes if these have been provided' do
@it.google_analytics_include(['first_tracking_code', 'second_tracking_code']).should include('var pageTracker = _gat._getTracker("first_tracking_code");')
@it.google_analytics_include(['first_tracking_code', 'second_tracking_code']).should include('var secondTracker = _gat._getTracker("first_tracking_code");')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment