diff options
Diffstat (limited to 'test/ral/manager/attributes.rb')
| -rwxr-xr-x | test/ral/manager/attributes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/manager/attributes.rb b/test/ral/manager/attributes.rb index 9826638ee..5a5064129 100755 --- a/test/ral/manager/attributes.rb +++ b/test/ral/manager/attributes.rb @@ -254,7 +254,7 @@ class TestTypeAttributes < Test::Unit::TestCase # Now make similar providers nope = type.provide(:nope) {} - maybe = type.provide(:maybe) { has_features :fone} + maybe = type.provide(:maybe) { has_feature :fone} yep = type.provide(:yep) { has_features :fone, :ftwo} attrs = [:none, :one, :two] |
