We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c6bc0 commit 951d6d0Copy full SHA for 951d6d0
spec/grape/util/stackable_values_spec.rb
@@ -8,7 +8,7 @@ module Util
8
subject { StackableValues.new(parent) }
9
10
describe '#keys' do
11
- it 'returns all key' do
+ it 'returns all keys' do
12
subject[:some_thing] = :foo_bar
13
subject[:some_thing_else] = :foo_bar
14
expect(subject.keys).to eq %i[some_thing some_thing_else].sort
0 commit comments