Sha256: e87c1504c5299bf8b6a3b6c84b5a80e958848c7bd05e8e69e7e68e8a8de1829e

Contents?: true

Size: 448 Bytes

Versions: 3

Compression:

Stored size: 448 Bytes

Contents

# frozen_string_literal: true

describe 'Compiling the stylesheets', type: :feature, js: true do
  #
  # The following error is raised for Ruby releases 2.6.z
  # Failure/Error: events = conf.options[:Silent] ? ::Puma::Events.strings : ::Puma::Events.stdio
  #
  # NoMethodError:
  #   undefined method `stdio' for Puma::Events:Class
  xit '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.5.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.4.0 spec/features/test_compiling_stylesheets_spec.rb
browse-everything-1.3.0 spec/features/test_compiling_stylesheets_spec.rb