Sha256: 1b11ae1e2f92d74229e043f06d25158898078eb6f70961ed4b61b462eb94ac19

Contents?: true

Size: 210 Bytes

Versions: 3

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
browse-everything-1.2.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.1.2 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.1.1 spec/features/test_compiling_stylesheets_spec.rb