Javi Martín
|
f27beb1e47
|
Simplify testing array contents
We were testing for the size and the content of the elements when we
could test for the array itself.
|
2019-09-24 21:32:52 +02:00 |
|
Javi Martín
|
4301937e85
|
Check arrays are empty instead of size 0
In ruby we check for `array.empty?` instead of `array.size == 0`, so
it's natural to write the tests in the same way.
|
2019-09-24 21:32:28 +02:00 |
|
Julian Herrero
|
31ac8b7f55
|
Change single quotes to double quotes
|
2019-02-15 11:40:39 +01:00 |
|
Bertocq
|
95733f52f2
|
Enable RSpec/FilePath cop and fix all issues
Read about cop at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/FilePath
|
2018-01-07 02:05:10 +01:00 |
|