Sha256: 919dec2d3c123a513d8a39180c85865f3f14901353c0ca346f3e25e27f20bb98

Contents?: true

Size: 200 Bytes

Versions: 8

Compression:

Stored size: 200 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
browse-everything-1.1.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.0.2 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.0.1 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.0.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.0.0.rc2 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.0.0.rc1 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.16.1 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-0.16.0 spec/features/test_compiling_stylesheets_spec.rb