Skip to content

Commit 41ce478

Browse files
committed
Fixed rake test
1 parent 9f15ffa commit 41ce478

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
@@ -12,5 +12,5 @@ end
1212

1313
desc 'Open your default browser with the test page'
1414
task :test do
15-
sh("open test.html")
15+
sh("open test/test.html")
1616
end

0 commit comments

Comments
 (0)