File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
79
79
context 'when the method argument is a String' do
80
80
81
- it 'returns true when ' do
81
+ it 'returns true' do
82
82
expect ( options . has_key? ( 'name' ) ) . to be ( true )
83
83
end
84
84
end
99
99
100
100
context 'when the method argument is a String' do
101
101
102
- it 'returns true when ' do
102
+ it 'returns true' do
103
103
expect ( options . has_key? ( 'name' ) ) . to be ( true )
104
104
end
105
105
end
120
120
121
121
context 'when the method argument is a String' do
122
122
123
- it 'returns true when ' do
123
+ it 'returns false ' do
124
124
expect ( options . has_key? ( 'name' ) ) . to be ( false )
125
125
end
126
126
end
127
127
128
128
context 'when method argument is a Symbol' do
129
129
130
- it 'returns true ' do
130
+ it 'returns false ' do
131
131
expect ( options . has_key? ( :name ) ) . to be ( false )
132
132
end
133
133
end
You can’t perform that action at this time.
0 commit comments