spec/spec_helper.rb in scss-lint-0.33.0 vs spec/spec_helper.rb in scss-lint-0.34.0

- old
+ new

@@ -15,11 +15,11 @@ config.before(:each) do # If running a linter spec, run the described linter against the CSS code # for each example. This significantly DRYs up our linter specs to contain # only tests, since all the setup code is now centralized here. if described_class <= SCSSLint::Linter - initial_indent = css[/\A(\s*)/, 1] - normalized_css = css.gsub(/^#{initial_indent}/, '') + initial_indent = scss[/\A(\s*)/, 1] + normalized_css = scss.gsub(/^#{initial_indent}/, '') # Use the configuration settings defined by default unless a specific # configuration has been provided for the test. local_config = if respond_to?(:linter_config) linter_config