Enable the Layout/FirstArrayElementLineBreak cop
This commit is contained in:
parent
8f08e2fdf9
commit
08ed400ec2
17 changed files with 201 additions and 149 deletions
|
@ -3,16 +3,11 @@ require 'spec_helper'
|
|||
describe GeojsonService do
|
||||
let(:good_coordinates) {
|
||||
[
|
||||
[5.93536376953125,
|
||||
48.91888968903368],
|
||||
[5.93536376953125,
|
||||
49.26780455063753],
|
||||
[7.094421386718749,
|
||||
49.26780455063753],
|
||||
[7.094421386718749,
|
||||
48.91888968903368],
|
||||
[5.93536376953125,
|
||||
48.91888968903368]
|
||||
[5.93536376953125, 48.91888968903368],
|
||||
[5.93536376953125, 49.26780455063753],
|
||||
[7.094421386718749, 49.26780455063753],
|
||||
[7.094421386718749, 48.91888968903368],
|
||||
[5.93536376953125, 48.91888968903368]
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue