public
Fork of rubaidh/google_analytics
Description: Automatically insert Google Analytics code into your pages
Homepage:
Clone URL: git://github.com/albanpeignier/google_analytics.git
google_analytics / test / test_helper.rb
100644 9 lines (5 sloc) 0.242 kb
1
2
3
4
5
6
7
8
9
ENV['RAILS_ENV'] = 'test'
 
require 'rubygems'
require 'test/unit'
 
require File.expand_path(File.dirname(__FILE__) + '/../lib/rubaidh/google_analytics.rb')
require File.expand_path(File.dirname(__FILE__) + '/../lib/rubaidh/view_helpers.rb')