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:
parent
b9a1b0c386
commit
2cff0cb5fa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user