Skip to content

Commit 5032f55

Browse files
committed
rakefile: rufo formatting
[skip ci]
1 parent bbe8831 commit 5032f55

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Rakefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
require "rake/clean"
2-
require 'bundler/gem_tasks'
3-
require 'concourse'
2+
require "bundler/gem_tasks"
3+
require "concourse"
44

55
namespace :test do
66
desc "Test MiniPortile by running unit tests"
77
task :unit do
8-
sh "ruby -w -W2 -I. -Ilib -e \"#{Dir["test/test_*.rb"].map{|f| "require '#{f}';"}.join}\" -- #{ENV['TESTOPTS']} -v"
8+
sh "ruby -w -W2 -I. -Ilib -e \"#{Dir["test/test_*.rb"].map { |f| "require '#{f}';" }.join}\" -- #{ENV["TESTOPTS"]} -v"
99
end
1010

1111
desc "Test MiniPortile by compiling examples"
@@ -25,5 +25,4 @@ task :test => ["test:unit", "test:examples"]
2525

2626
task :default => [:test]
2727

28-
2928
Concourse.new("mini_portile").create_tasks!

0 commit comments

Comments
 (0)