README updates, pulled ci for now

This commit is contained in:
ragaskar
2009-10-15 00:44:37 -07:00
parent 98dd13c9b2
commit abe34315a0
2 changed files with 9 additions and 497 deletions

View File

@@ -15,23 +15,4 @@ if ARGV[0] == 'server'
Jasmine::SimpleServer.start(8888,
lambda { JasmineHelper.specs },
JasmineHelper.dir_mappings)
end
#
#namespace :jasmine do
# desc "Start jasmine server"
# task :server do
# start_jasmine_server
# end
#
# desc "Run continuous integration tests"
# task :ci do
# require "spec"
# require 'spec/rake/spectask'
# ENV["RAILS_ROOT"] = RAILS_ROOT
# Spec::Rake::SpecTask.new(:lambda_ci) do |t|
# t.spec_opts = ["--color", "--format", "specdoc"]
# t.spec_files = [File.expand_path(File.join(File.dirname(__FILE__), "..", "lib", "jasmine_spec.rb"))]
# end
# Rake::Task[:lambda_ci].invoke
# end
#end
end