-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'rs-fix-application-helper-specs' into 'master'
Fix ApplicationHelper specs On current `master` if you run these specs by themselves, they fail. I have no idea why they work when run with other specs, but now they work all the time. - Use the `helper` object, as per RSpec 3 standards - Use `assign` to assign instance variables that helpers expect - Add `StubConfiguration` support module See merge request !906
Showing
- spec/helpers/application_helper_spec.rb 123 additions, 102 deletionsspec/helpers/application_helper_spec.rb
- spec/spec_helper.rb 4 additions, 4 deletionsspec/spec_helper.rb
- spec/support/factory_girl.rb 3 additions, 0 deletionsspec/support/factory_girl.rb
- spec/support/stub_configuration.rb 14 additions, 0 deletionsspec/support/stub_configuration.rb
spec/support/factory_girl.rb
0 → 100644
spec/support/stub_configuration.rb
0 → 100644
Please register or sign in to comment