Skip to content

Commit b8cf9c7

Browse files
Mistakenly deleted this.
1 parent 417b8a0 commit b8cf9c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@ namespace :test do
295295
UnitTests.run!
296296
end
297297

298+
task :require do
299+
PrototypeHelper.require_package('sinatra')
300+
end
301+
298302
desc "Opens the test suite in several different browsers. (Does not start or stop the server; you should do that separately.)"
299303
task :run => [:require] do
300304
browsers, tests, grep = ENV['BROWSERS'], ENV['TESTS'], ENV['GREP']

0 commit comments

Comments
 (0)