enumerative 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,8 @@ shared_examples_for 'an Enumeration' do
|
|
10
10
|
|
11
11
|
let :immutable_error do
|
12
12
|
RUBY_VERSION > "1.9.2" ?
|
13
|
-
"can't modify frozen
|
14
|
-
"can't modify frozen
|
13
|
+
"can't modify frozen String" :
|
14
|
+
"can't modify frozen string"
|
15
15
|
end
|
16
16
|
|
17
17
|
it 'should have the expected #key' do
|
data/lib/enumerative/version.rb
CHANGED