Move ruby logic out of jasmine contrib (for now)

This commit is contained in:
ragaskar
2009-11-25 18:01:34 -08:00
parent e3585b79f0
commit 2b9667c82e
6 changed files with 498 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ namespace :jasmine do
if File.exist?(helper_overrides)
require helper_overrides
end
require File.expand_path(File.join(JasmineHelper.root, "contrib/ruby/jasmine_spec_builder"))
desc "Run continuous integration tests"
require "spec"