Skip to content
Extraits de code Groupes Projets
Valider d872467d rédigé par Sarah Mei's avatar Sarah Mei
Parcourir les fichiers

Add fuubar for nicer spec output

parent 10d96be3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
--color --format Fuubar
--require rspec/instafail --color
--format RSpec::Instafail \ No newline at end of file
...@@ -74,4 +74,5 @@ group :test do ...@@ -74,4 +74,5 @@ group :test do
gem 'jasmine', :path => 'vendor/gems/jasmine', :require => false gem 'jasmine', :path => 'vendor/gems/jasmine', :require => false
gem 'mongrel', :require => false if RUBY_VERSION.include? '1.8' gem 'mongrel', :require => false if RUBY_VERSION.include? '1.8'
gem 'rspec-instafail', :require => false gem 'rspec-instafail', :require => false
gem 'fuubar'
end end
...@@ -95,7 +95,7 @@ GEM ...@@ -95,7 +95,7 @@ GEM
activesupport (= 3.0.3) activesupport (= 3.0.3)
activesupport (3.0.3) activesupport (3.0.3)
addressable (2.2.2) addressable (2.2.2)
arel (2.0.7) arel (2.0.8)
aws (2.3.32) aws (2.3.32)
activesupport activesupport
http_connection http_connection
...@@ -170,27 +170,31 @@ GEM ...@@ -170,27 +170,31 @@ GEM
addressable (~> 2.2.2) addressable (~> 2.2.2)
multipart-post (~> 1.1.0) multipart-post (~> 1.1.0)
rack (>= 1.1.0, < 2) rack (>= 1.1.0, < 2)
faraday_middleware (0.3.1) faraday_middleware (0.3.2)
faraday (~> 0.5.3) faraday (~> 0.5.4)
fastercsv (1.5.4) fastercsv (1.5.4)
fastthread (1.0.7) fastthread (1.0.7)
ffi (0.6.3) ffi (0.6.3)
rake (>= 0.8.7) rake (>= 0.8.7)
fixture_builder (0.2.0) fixture_builder (0.2.0)
fog (0.3.25) fog (0.2.30)
builder builder
excon (>= 0.2.4) excon (>= 0.2.0)
formatador (>= 0.0.16) formatador (>= 0.0.15)
json json
mime-types mime-types
net-ssh (~> 2.0.23) net-ssh
nokogiri (~> 1.4.3.1) nokogiri (>= 1.4.3.1)
ruby-hmac ruby-hmac
formatador (0.0.16) 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) gem_plugin (0.2.3)
gherkin (2.3.3) gherkin (2.3.3)
json (~> 1.4.6) json (~> 1.4.6)
googlecharts (1.6.0) googlecharts (1.6.1)
haml (3.0.25) haml (3.0.25)
hashie (0.4.0) hashie (0.4.0)
highline (1.6.1) highline (1.6.1)
...@@ -225,7 +229,7 @@ GEM ...@@ -225,7 +229,7 @@ GEM
fastthread (>= 1.0.1) fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3) gem_plugin (>= 0.2.3)
multi_json (0.0.5) multi_json (0.0.5)
multi_xml (0.2.0) multi_xml (0.2.1)
multipart-post (1.1.0) multipart-post (1.1.0)
mysql2 (0.2.6) mysql2 (0.2.6)
net-ldap (0.1.1) net-ldap (0.1.1)
...@@ -233,7 +237,7 @@ GEM ...@@ -233,7 +237,7 @@ GEM
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
net-sftp (2.0.5) net-sftp (2.0.5)
net-ssh (>= 2.0.9) net-ssh (>= 2.0.9)
net-ssh (2.0.24) net-ssh (2.1.0)
net-ssh-gateway (1.0.1) net-ssh-gateway (1.0.1)
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
nokogiri (1.4.3.1) nokogiri (1.4.3.1)
...@@ -311,20 +315,20 @@ GEM ...@@ -311,20 +315,20 @@ GEM
vegas (~> 0.1.2) vegas (~> 0.1.2)
rest-client (1.6.1) rest-client (1.6.1)
mime-types (>= 1.16) mime-types (>= 1.16)
rspec (2.4.0) rspec (2.5.0)
rspec-core (~> 2.4.0) rspec-core (~> 2.5.0)
rspec-expectations (~> 2.4.0) rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.4.0) rspec-mocks (~> 2.5.0)
rspec-core (2.4.0) rspec-core (2.5.1)
rspec-expectations (2.4.0) rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-instafail (0.1.6) rspec-instafail (0.1.6)
rspec-mocks (2.4.0) rspec-mocks (2.5.0)
rspec-rails (2.4.1) rspec-rails (2.5.0)
actionpack (~> 3.0) actionpack (~> 3.0)
activesupport (~> 3.0) activesupport (~> 3.0)
railties (~> 3.0) railties (~> 3.0)
rspec (~> 2.4.0) rspec (~> 2.5.0)
ruby-debug (0.10.4) ruby-debug (0.10.4)
columnize (>= 0.1) columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0) ruby-debug-base (~> 0.10.4.0)
...@@ -334,6 +338,7 @@ GEM ...@@ -334,6 +338,7 @@ GEM
ruby-openid (2.1.8) ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0) ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7) ruby-openid (>= 2.1.7)
ruby-progressbar (0.0.9)
rubyntlm (0.1.1) rubyntlm (0.1.1)
rubyzip (0.9.4) rubyzip (0.9.4)
selenium-client (1.2.18) selenium-client (1.2.18)
...@@ -344,7 +349,7 @@ GEM ...@@ -344,7 +349,7 @@ GEM
ffi (~> 0.6.3) ffi (~> 0.6.3)
json_pure json_pure
rubyzip rubyzip
simple_oauth (0.1.3) simple_oauth (0.1.4)
sinatra (1.1.2) sinatra (1.1.2)
rack (~> 1.1) rack (~> 1.1)
tilt (~> 1.2) tilt (~> 1.2)
...@@ -360,7 +365,7 @@ GEM ...@@ -360,7 +365,7 @@ GEM
treetop (1.4.9) treetop (1.4.9)
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.24) tzinfo (0.3.24)
uuidtools (2.1.1) uuidtools (2.1.2)
vegas (0.1.8) vegas (0.1.8)
rack (>= 1.0.0) rack (>= 1.0.0)
warden (0.10.7) warden (0.10.7)
...@@ -369,7 +374,7 @@ GEM ...@@ -369,7 +374,7 @@ GEM
addressable (>= 2.2.2) addressable (>= 2.2.2)
crack (>= 0.1.7) crack (>= 0.1.7)
will_paginate (3.0.pre2) will_paginate (3.0.pre2)
xml-simple (1.0.13) xml-simple (1.0.14)
yui-compressor (0.9.3) yui-compressor (0.9.3)
PLATFORMS PLATFORMS
...@@ -395,6 +400,7 @@ DEPENDENCIES ...@@ -395,6 +400,7 @@ DEPENDENCIES
fastercsv (= 1.5.4) fastercsv (= 1.5.4)
fixture_builder (~> 0.2.0) fixture_builder (~> 0.2.0)
fog fog
fuubar
googlecharts googlecharts
haml (= 3.0.25) haml (= 3.0.25)
http_accept_language! http_accept_language!
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter