Skip to content

Commit

Permalink
fix jasmine:ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Dec 11, 2011
1 parent 57661fe commit 77d850f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/javascripts/support/jasmine_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ENV["JASMINE_BROWSER"] = "firefox"

require 'rubygems'
require 'json'
require 'jasmine'
require 'rspec'
jasmine_config_overrides = File.expand_path(File.join(File.dirname(__FILE__), 'jasmine_config.rb'))
Expand All @@ -19,4 +20,4 @@

spec_builder.start
should_stop = true
spec_builder.declare_suites
spec_builder.declare_suites

0 comments on commit 77d850f

Please sign in to comment.