Skip to content

Commit

Permalink
Change spec formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Jan 11, 2012
1 parent 4b91ee5 commit 2dab92e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -4,8 +4,7 @@ require "rspec/core/rake_task"
load "jasmine/tasks/jasmine.rake"

RSpec::Core::RakeTask.new(:jasmine_ci) do |t|
t.rspec_opts = ["--colour", "--format", "progress"]
t.verbose = true
t.rspec_opts = ["--colour", "--format", "documentation"]
t.pattern = ["spec/javascript/support/jasmine_runner.rb"]
end

Expand Down

0 comments on commit 2dab92e

Please sign in to comment.