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 |
|
Bertocq
|
ed16a78f42
|
Enables RSpec/ExampleWording and fixes all issues
Both avoiding 'should' and repiting 'it' on the tests description
improves reading them and also makes all descriptions consistent.
Read about cop at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/ExampleWording
|
2018-01-07 01:03:45 +01:00 |
|
rgarcia
|
c42a041d3a
|
fixes specs
|
2016-07-19 16:20:45 +02:00 |
|
Andrés Pereira
|
24a9d77e64
|
Custom folder structure: verification residence for Madrid
|
2016-05-31 19:57:37 +02:00 |
|
Andrés Pereira
|
a4dbd768ce
|
Custom folder structure: initial documentation, code and structure folders
|
2016-05-31 19:57:29 +02:00 |
|