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