Skip to content

Commit

Permalink
test set
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed Jun 5, 2024
1 parent 0666f5c commit 1c1f358
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ require 'bump/tasks'
task default: [:rubocop, :test]

Rake::TestTask.new do |test|
test.pattern = 'test/**/test*.rb'
test.test_files = [
"test/rule_set/declarations/test_value.rb",
"test/rule_set/test_declarations.rb",
"test/test_css_parser_basic.rb",
"test/test_css_parser_loading.rb",
]
test.verbose = true
end

Expand Down

0 comments on commit 1c1f358

Please sign in to comment.