Skip to content

Commit 21ca063

Browse files
author
Simon Coffey
committed
hmm
1 parent 66120b2 commit 21ca063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_tasks = []
77

88
desc 'Run Unit Tests'
99
task :test do
10-
sh File.join('bin', 'test')
10+
sh 'ruby bin/test'
1111

1212
# You can run individual test files (or multiple files) from the command
1313
# line with:

0 commit comments

Comments
 (0)