Sha256: 7fd3c4c4e5a3f5bb98f0d72bf75a63ca8f48fb5faa2233f30167829552a599ae

Contents?: true

Size: 314 Bytes

Versions: 29

Compression:

Stored size: 314 Bytes

Contents

describe "Fortitude helpers with config.action_controller.include_all_helpers = false", :type => :rails do
  uses_rails_with_template :helpers_include_all_off_system_spec

  it "should not include all helpers" do
    expect_match("include_all_off", /excitedly: awesome!!!; uncertainly: NoMethodError/mi)
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
fortitude-0.0.6-java spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.6 spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.5-java spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.5 spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.4-java spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.4 spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.3 spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.2 spec/rails/helpers_include_all_off_system_spec.rb
fortitude-0.0.1 spec/rails/helpers_include_all_off_system_spec.rb