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 7878
7979 context 'when the method argument is a String' do
8080
81- it 'returns true when ' do
81+ it 'returns true' do
8282 expect ( options . has_key? ( 'name' ) ) . to be ( true )
8383 end
8484 end
9999
100100 context 'when the method argument is a String' do
101101
102- it 'returns true when ' do
102+ it 'returns true' do
103103 expect ( options . has_key? ( 'name' ) ) . to be ( true )
104104 end
105105 end
120120
121121 context 'when the method argument is a String' do
122122
123- it 'returns true when ' do
123+ it 'returns false ' do
124124 expect ( options . has_key? ( 'name' ) ) . to be ( false )
125125 end
126126 end
127127
128128 context 'when method argument is a Symbol' do
129129
130- it 'returns true ' do
130+ it 'returns false ' do
131131 expect ( options . has_key? ( :name ) ) . to be ( false )
132132 end
133133 end
You can’t perform that action at this time.
0 commit comments