fix jasmine:ci
This commit is contained in:
parent
57661fe9dd
commit
77d850f492
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ $:.unshift(ENV['JASMINE_GEM_PATH']) if ENV['JASMINE_GEM_PATH'] # for gem testing
|
||||||
ENV["JASMINE_BROWSER"] = "firefox"
|
ENV["JASMINE_BROWSER"] = "firefox"
|
||||||
|
|
||||||
require 'rubygems'
|
require 'rubygems'
|
||||||
|
require 'json'
|
||||||
require 'jasmine'
|
require 'jasmine'
|
||||||
require 'rspec'
|
require 'rspec'
|
||||||
jasmine_config_overrides = File.expand_path(File.join(File.dirname(__FILE__), 'jasmine_config.rb'))
|
jasmine_config_overrides = File.expand_path(File.join(File.dirname(__FILE__), 'jasmine_config.rb'))
|
||||||
|
|
@ -19,4 +20,4 @@ end
|
||||||
|
|
||||||
spec_builder.start
|
spec_builder.start
|
||||||
should_stop = true
|
should_stop = true
|
||||||
spec_builder.declare_suites
|
spec_builder.declare_suites
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue