summaryrefslogtreecommitdiff
path: root/spec/models/variable_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-08-30 18:27:00 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-08-30 18:27:00 -0400
commit111fdd25e4255be40aee958703e313d7caad86c6 (patch)
tree2b86deb5e51be8cceb279bc79df422b043292e60 /spec/models/variable_spec.rb
parent251ca535cbc373db51c51ceef1eed603bb9760e3 (diff)
downloadgitlab-ci-111fdd25e4255be40aee958703e313d7caad86c6.tar.gz
Don't `describe` symbols
Diffstat (limited to 'spec/models/variable_spec.rb')
-rw-r--r--spec/models/variable_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/variable_spec.rb b/spec/models/variable_spec.rb
index 4575115..1ecb960 100644
--- a/spec/models/variable_spec.rb
+++ b/spec/models/variable_spec.rb
@@ -22,7 +22,7 @@ describe Variable do
subject.value = secret_value
end
- describe :value do
+ describe '#value' do
it 'stores the encrypted value' do
subject.encrypted_value.should_not be_nil
end