mirror of
https://github.com/meineerde/rackstash.git
synced 2025-12-19 15:01:12 +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
|
it 'resolves nested procs with a custom scope' do
|
||||||
expect(
|
expect(
|
||||||
array.concat(-> { [self, -> { self.to_s.upcase } ] }, scope: :stuff )
|
array.concat(-> { [self, -> { self.to_s.upcase } ] }, scope: :stuff)
|
||||||
).to contain_exactly 'stuff', 'STUFF'
|
).to contain_exactly 'stuff', 'STUFF'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user