Sha256: 5e91b1a6f1a9804397ec568e907383da386bbe7bde5c1774acf2df4bce3f418b

Contents?: true

Size: 197 Bytes

Versions: 13

Compression:

Stored size: 197 Bytes

Contents

require 'spec_helper'

describe "Compiling the stylesheets", :type => :feature do
  it "should not raise errors" do
    visit '/'
    expect(page).not_to have_content 'Sass::SyntaxError'
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
browse-everything-0.10.4 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.10.3 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.10.2 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.10.1 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.10.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.9.1 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.9.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.8.4 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.8.3 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.8.2 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.8.1 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.8.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.7.1 spec/features/test_compiling_stylesheets_spec.rb