View spec fix (#1888)
* Add option to disable verify partial doubles * Add show_landing_strip? helper method * Use show_landing_strip? helper in accounts and stream entries views * Fix naming in view specs
Showing
- app/helpers/application_helper.rb 4 additions, 0 deletionsapp/helpers/application_helper.rb
- app/views/accounts/show.html.haml 1 addition, 1 deletionapp/views/accounts/show.html.haml
- app/views/stream_entries/show.html.haml 1 addition, 1 deletionapp/views/stream_entries/show.html.haml
- spec/helpers/application_helper_spec.rb 29 additions, 0 deletionsspec/helpers/application_helper_spec.rb
- spec/spec_helper.rb 6 additions, 0 deletionsspec/spec_helper.rb
- spec/views/accounts/show.html.haml_spec.rb 10 additions, 54 deletionsspec/views/accounts/show.html.haml_spec.rb
- spec/views/stream_entries/show.html.haml_spec.rb 52 additions, 9 deletionsspec/views/stream_entries/show.html.haml_spec.rb
Please register or sign in to comment