Enable the Layout/IndentArray cop
This commit is contained in:
parent
5125cf8396
commit
9e0e553f80
10 changed files with 129 additions and 128 deletions
|
@ -3,11 +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