Skip to content

Commit 66120b2

Browse files
author
Simon Coffey
committed
wip
1 parent 4df9ace commit 66120b2

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 'bin/test'
10+
sh File.join('bin', 'test')
1111

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

0 commit comments

Comments
 (0)