test/shoulda/autoload_macro_test.rb in shoulda-context-1.2.2 vs test/shoulda/autoload_macro_test.rb in shoulda-context-2.0.0.rc1

- old
+ new

@@ -1,7 +1,7 @@ require 'test_helper' -class AutoloadMacroTest < Test::Unit::TestCase # :nodoc: +class AutoloadMacroTest < PARENT_TEST_CASE context "The macro auto-loader" do should "load macros from the plugins" do assert self.class.respond_to?('plugin_macro') end