Commit b62b0d9cf17be40b2ceae0b28d7f58638516c6ac

Authored by Antonio Terceiro
1 parent 2ae57e72

Fix plugin test case

plugins/google_analytics/test/unit/google_analytics_plugin_test.rb
1 1 require File.dirname(__FILE__) + '/../../../../test/test_helper'
2 2  
3   -class GoogleAnalyticsPluginTest < Test::Unit::TestCase
  3 +class GoogleAnalyticsPluginTest < ActiveSupport::TestCase
4 4  
5 5 def setup
6 6 @plugin = GoogleAnalyticsPlugin.new
... ...