Sha256: bb3286a9390f93ca1d90dabf7b69ee6fcea3aac965d9c54c35c3c9db7876c9cf
Contents?: true
Size: 480 Bytes
Versions: 29
Compression:
Stored size: 480 Bytes
Contents
describe "Rails production-mode support", :type => :rails do uses_rails_with_template :production_mode_system_spec it "should not, by default, format output" do expect_match("sample_output", %r{<section class="one"><p>hello, Jessica</p></section>}i) end it "should not, by default, output BEGIN/END debugging tags" do data = get_success("sample_output") expect(data).not_to match(%r{<!--\s*BEGIN}mi) expect(data).not_to match(%r{<!--\s*END}mi) end end
Version data entries
29 entries across 29 versions & 1 rubygems