Commit Graph

2 Commits

Author SHA1 Message Date
Kyrylo Silin e5914564a8 spec/helper.rb -> spec/spec_helper.rb
`helper.rb` is a legacy name from Bacon days. Since we use RSpec, the convention
is to use `spec/spec_helper.rb`. Applying the principle of least astonishment
here.
2019-03-07 23:21:11 +02:00
Kyrylo Silin e61354693f Add .rspec and require 'helper' from there
Just discovered this nice feature of RSpec where it can load all files for
us. Works with `bundle exec rake` and `bundle exec rspec spec/file_spec.rb`,
which covers all use cases.
2018-11-18 14:04:44 +08:00