Commit b62b0d9cf17be40b2ceae0b28d7f58638516c6ac
1 parent
2ae57e72
Exists in
master
and in
29 other branches
Fix plugin test case
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/google_analytics/test/unit/google_analytics_plugin_test.rb
1 | require File.dirname(__FILE__) + '/../../../../test/test_helper' | 1 | require File.dirname(__FILE__) + '/../../../../test/test_helper' |
2 | 2 | ||
3 | -class GoogleAnalyticsPluginTest < Test::Unit::TestCase | 3 | +class GoogleAnalyticsPluginTest < ActiveSupport::TestCase |
4 | 4 | ||
5 | def setup | 5 | def setup |
6 | @plugin = GoogleAnalyticsPlugin.new | 6 | @plugin = GoogleAnalyticsPlugin.new |