aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/models/organisation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/organisation_spec.rb b/spec/models/organisation_spec.rb
index 0d54ed143..595b08058 100644
--- a/spec/models/organisation_spec.rb
+++ b/spec/models/organisation_spec.rb
@@ -77,7 +77,7 @@ describe Organisation, :type => :model do
expect(organisation.has_feature?(:present)).to be_truthy
end
- it "return true if Organisation features doesn't contains given feature" do
+ it "return false if Organisation features doesn't contains given feature" do
organisation.features = %w{other}
expect(organisation.has_feature?(:absent)).to be_falsy
end