From d872467d2c0963dacd2a787c5f9568f06bdb119d Mon Sep 17 00:00:00 2001 From: Sarah Mei Date: Wed, 9 Feb 2011 14:46:12 -0800 Subject: [PATCH] Add fuubar for nicer spec output --- .rspec | 5 ++--- Gemfile | 1 + Gemfile.lock | 52 +++++++++++++++++++++++++++++----------------------- 3 files changed, 32 insertions(+), 26 deletions(-) diff --git a/.rspec b/.rspec index e9a033bef..886c19f21 100644 --- a/.rspec +++ b/.rspec @@ -1,3 +1,2 @@ ---color ---require rspec/instafail ---format RSpec::Instafail +--format Fuubar +--color \ No newline at end of file diff --git a/Gemfile b/Gemfile index 66bc2ab38..ea0ee80c3 100644 --- a/Gemfile +++ b/Gemfile @@ -74,4 +74,5 @@ group :test do gem 'jasmine', :path => 'vendor/gems/jasmine', :require => false gem 'mongrel', :require => false if RUBY_VERSION.include? '1.8' gem 'rspec-instafail', :require => false + gem 'fuubar' end diff --git a/Gemfile.lock b/Gemfile.lock index 1d4d87667..77e5ea7c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,7 +95,7 @@ GEM activesupport (= 3.0.3) activesupport (3.0.3) addressable (2.2.2) - arel (2.0.7) + arel (2.0.8) aws (2.3.32) activesupport http_connection @@ -170,27 +170,31 @@ GEM addressable (~> 2.2.2) multipart-post (~> 1.1.0) rack (>= 1.1.0, < 2) - faraday_middleware (0.3.1) - faraday (~> 0.5.3) + faraday_middleware (0.3.2) + faraday (~> 0.5.4) fastercsv (1.5.4) fastthread (1.0.7) ffi (0.6.3) rake (>= 0.8.7) fixture_builder (0.2.0) - fog (0.3.25) + fog (0.2.30) builder - excon (>= 0.2.4) - formatador (>= 0.0.16) + excon (>= 0.2.0) + formatador (>= 0.0.15) json mime-types - net-ssh (~> 2.0.23) - nokogiri (~> 1.4.3.1) + net-ssh + nokogiri (>= 1.4.3.1) ruby-hmac formatador (0.0.16) + fuubar (0.0.3) + rspec (~> 2.0) + rspec-instafail (~> 0.1.4) + ruby-progressbar (~> 0.0.9) gem_plugin (0.2.3) gherkin (2.3.3) json (~> 1.4.6) - googlecharts (1.6.0) + googlecharts (1.6.1) haml (3.0.25) hashie (0.4.0) highline (1.6.1) @@ -225,7 +229,7 @@ GEM fastthread (>= 1.0.1) gem_plugin (>= 0.2.3) multi_json (0.0.5) - multi_xml (0.2.0) + multi_xml (0.2.1) multipart-post (1.1.0) mysql2 (0.2.6) net-ldap (0.1.1) @@ -233,7 +237,7 @@ GEM net-ssh (>= 1.99.1) net-sftp (2.0.5) net-ssh (>= 2.0.9) - net-ssh (2.0.24) + net-ssh (2.1.0) net-ssh-gateway (1.0.1) net-ssh (>= 1.99.1) nokogiri (1.4.3.1) @@ -311,20 +315,20 @@ GEM vegas (~> 0.1.2) rest-client (1.6.1) mime-types (>= 1.16) - rspec (2.4.0) - rspec-core (~> 2.4.0) - rspec-expectations (~> 2.4.0) - rspec-mocks (~> 2.4.0) - rspec-core (2.4.0) - rspec-expectations (2.4.0) + rspec (2.5.0) + rspec-core (~> 2.5.0) + rspec-expectations (~> 2.5.0) + rspec-mocks (~> 2.5.0) + rspec-core (2.5.1) + rspec-expectations (2.5.0) diff-lcs (~> 1.1.2) rspec-instafail (0.1.6) - rspec-mocks (2.4.0) - rspec-rails (2.4.1) + rspec-mocks (2.5.0) + rspec-rails (2.5.0) actionpack (~> 3.0) activesupport (~> 3.0) railties (~> 3.0) - rspec (~> 2.4.0) + rspec (~> 2.5.0) ruby-debug (0.10.4) columnize (>= 0.1) ruby-debug-base (~> 0.10.4.0) @@ -334,6 +338,7 @@ GEM ruby-openid (2.1.8) ruby-openid-apps-discovery (1.2.0) ruby-openid (>= 2.1.7) + ruby-progressbar (0.0.9) rubyntlm (0.1.1) rubyzip (0.9.4) selenium-client (1.2.18) @@ -344,7 +349,7 @@ GEM ffi (~> 0.6.3) json_pure rubyzip - simple_oauth (0.1.3) + simple_oauth (0.1.4) sinatra (1.1.2) rack (~> 1.1) tilt (~> 1.2) @@ -360,7 +365,7 @@ GEM treetop (1.4.9) polyglot (>= 0.3.1) tzinfo (0.3.24) - uuidtools (2.1.1) + uuidtools (2.1.2) vegas (0.1.8) rack (>= 1.0.0) warden (0.10.7) @@ -369,7 +374,7 @@ GEM addressable (>= 2.2.2) crack (>= 0.1.7) will_paginate (3.0.pre2) - xml-simple (1.0.13) + xml-simple (1.0.14) yui-compressor (0.9.3) PLATFORMS @@ -395,6 +400,7 @@ DEPENDENCIES fastercsv (= 1.5.4) fixture_builder (~> 0.2.0) fog + fuubar googlecharts haml (= 3.0.25) http_accept_language!