1
0
mirror of https://github.com/meineerde/rackstash.git synced 2025-10-17 14:01:01 +00:00

Improve code formatting

This commit is contained in:
Holger Just 2017-02-16 20:54:11 +01:00
parent b9a1b0c386
commit 2cff0cb5fa

View File

@ -199,7 +199,7 @@ describe Rackstash::Fields::Array do
it 'resolves nested procs with a custom scope' do
expect(
array.concat(-> { [self, -> { self.to_s.upcase } ] }, scope: :stuff )
array.concat(-> { [self, -> { self.to_s.upcase } ] }, scope: :stuff)
).to contain_exactly 'stuff', 'STUFF'
end
end