diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/ral/providers/provider.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/providers/provider.rb b/test/ral/providers/provider.rb index f284e9125..70f606a37 100755 --- a/test/ral/providers/provider.rb +++ b/test/ral/providers/provider.rb @@ -97,7 +97,7 @@ class TestProvider < Test::Unit::TestCase provider.commands :testing => "/no/such/path" - provider.expects(:binary).returns "/no/such/path" + provider.stubs(:binary).returns "/no/such/path" provider.command(:testing) assert_equal("/no/such/path", provider.command(:testing), "Did not return correct binary path") |
