Commit fbd37211 authored by JB Vasseur's avatar JB Vasseur

Code styling

parent 6da97336
......@@ -10,7 +10,7 @@ describe ApplicationsFinder do
it 'returns an array of applications' do
found = described_class.new.execute
expect(found).to match_array([application1,application2])
expect(found).to match_array([application1, application2])
end
it 'returns the application by id' do
params = { id: application1.id }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment