From 3bd6f110852fadbc1ef707f0705dc3bc969ce8e4 Mon Sep 17 00:00:00 2001 From: Matt Robinson Date: Thu, 24 Jun 2010 11:25:35 -0700 Subject: maint: Fixing a test typo s/stub/stubs/ --- test/ral/manager/type.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ral/manager/type.rb b/test/ral/manager/type.rb index e373cde30..ff3d0b0d2 100755 --- a/test/ral/manager/type.rb +++ b/test/ral/manager/type.rb @@ -49,7 +49,7 @@ class TestType < Test::Unit::TestCase ) resource.stubs(:path).returns("") - catalog = stub 'catalog' + catalog = stubs 'catalog' catalog.stubs(:resource).returns(nil) catalog.expects(:alias).with(resource, "funtest") resource.catalog = catalog -- cgit