Skip to content

Commit

Permalink
Removed fuubar gem. This was causing problems with zeus and the payof…
Browse files Browse the repository at this point in the history
…fs with running zeus are higher
  • Loading branch information
steveyken committed Nov 23, 2012
1 parent 67a3342 commit 3aa2c5f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--colour
--tty
--drb
--format progress
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ group :test do
gem 'capybara', '~> 1.1' # v2 and up is not r1.8 compatible.
gem 'spork'
gem 'database_cleaner'
gem 'fuubar'
gem "acts_as_fu", "~> 0.0.8"

if RUBY_VERSION.to_f >= 1.9
Expand Down
7 changes: 0 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ GEM
railties (>= 3.0.0)
ffaker (1.14.0)
ffi (1.1.5)
fuubar (1.0.0)
rspec (~> 2.0)
rspec-instafail (~> 0.2.0)
ruby-progressbar (~> 0.0.10)
haml (3.1.7)
headless (0.2.2)
highline (1.6.11)
Expand Down Expand Up @@ -207,7 +203,6 @@ GEM
rspec-core (2.9.0)
rspec-expectations (2.9.1)
diff-lcs (~> 1.1.3)
rspec-instafail (0.2.4)
rspec-mocks (2.9.0)
rspec-rails (2.9.0)
actionpack (>= 3.0)
Expand All @@ -219,7 +214,6 @@ GEM
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-progressbar (0.0.10)
rubyzip (0.9.9)
sass (3.2.1)
sass-rails (3.2.5)
Expand Down Expand Up @@ -291,7 +285,6 @@ DEPENDENCIES
execjs
factory_girl_rails (~> 3.0.0)
ffaker (>= 1.12.0)
fuubar
haml (~> 3)
headless
jquery-rails
Expand Down
File renamed without changes.
4 changes: 0 additions & 4 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/autorun'
require 'fuubar'

require 'acts_as_fu'
# Load factories
Expand Down Expand Up @@ -89,9 +88,6 @@
# view.lookup_context.prefixes << 'entities'
# end

# Fuubar formatter doesn't work too well on Travis
config.formatter = ENV["TRAVIS"] ? :progress : "Fuubar"

# If true, the base class of anonymous controllers will be inferred
# automatically. This will be the default behavior in future versions of
# rspec-rails.
Expand Down

0 comments on commit 3aa2c5f

Please sign in to comment.