You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/sass_spec/runner.rb
+1-24Lines changed: 1 addition & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ class SassSpec::Runner
8
8
9
9
definitialize(options={})
10
10
@options=options
11
-
@options[:language_version]=language_version.to_s
12
11
end
13
12
14
13
defget_input_dirs
@@ -37,8 +36,7 @@ def get_input_files
37
36
38
37
defrun
39
38
unless@options[:silent] || @options[:tap]
40
-
puts"Recursively searching under #{get_input_dirs.join(", ")} for test files to test '#{@options[:engine_adapter]}' against language version #{@options[:language_version]}."
41
-
puts@options[:engine_adapter].version
39
+
puts"Recursively searching under #{get_input_dirs.join(", ")} for test files to test #{@options[:engine_adapter]}."
0 commit comments