Files
nairobi/spec
Bertocq de2816a6a5 Enable RSpec/BeforeAfterAll rule and fix all issues
This cop tries to avoid state leaking between examples. The fixes done on the code don't follow the suggested path, since the usage of `before(:all)` was not really useful. By using RSpec's `let` method we achieve same goals but with much better and readable tests.

Check Cop description at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/BeforeAfterAll
2018-01-06 21:16:00 +01:00
..
2017-11-13 02:31:55 +01:00
2017-12-22 12:32:34 +01:00
2017-12-19 20:36:10 +01:00
2017-10-16 19:02:27 +02:00
2017-12-05 20:10:40 +01:00