Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Remove fuubar
Browse files Browse the repository at this point in the history
  • Loading branch information
paulelliott committed May 14, 2012
1 parent d0502b3 commit 973cac4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
3 changes: 1 addition & 2 deletions .rspec
@@ -1,4 +1,3 @@
--colour
--format Fuubar
--backtrace
-r turnip
-r turnip
11 changes: 0 additions & 11 deletions Gemfile.lock
Expand Up @@ -49,13 +49,6 @@ GEM
do_sqlite3 (0.10.8)
data_objects (= 0.10.8)
ffaker (1.12.1)
fuubar (1.0.0)
rspec (~> 2.0)
rspec-instafail (~> 0.2.0)
ruby-progressbar (~> 0.0.10)
fuubar-cucumber (0.0.15)
cucumber (>= 1.0.2)
ruby-progressbar (~> 0.0.10)
gherkin (2.7.7)
json (>= 1.4.6)
i18n (0.6.0)
Expand All @@ -80,9 +73,7 @@ GEM
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-instafail (0.2.2)
rspec-mocks (2.8.0)
ruby-progressbar (0.0.10)
sequel (3.32.0)
slop (2.4.4)
sqlite3 (1.3.5)
Expand All @@ -105,8 +96,6 @@ DEPENDENCIES
dm-sqlite-adapter
fabrication!
ffaker
fuubar
fuubar-cucumber
mongoid
pry
rake
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -9,7 +9,7 @@ end

require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:cucumber) do |t|
t.cucumber_opts = "--format Cucumber::Formatter::Fuubar --tags ~@wip"
t.cucumber_opts = "--format progress --tags ~@wip"
end

RSpec::Core::RakeTask.new(:turnip) do |spec|
Expand Down
2 changes: 0 additions & 2 deletions fabrication.gemspec
Expand Up @@ -27,8 +27,6 @@ Gem::Specification.new do |s|
s.add_development_dependency("dm-sqlite-adapter")
s.add_development_dependency("turnip", [">= 0.3"])
s.add_development_dependency("ffaker")
s.add_development_dependency("fuubar")
s.add_development_dependency("fuubar-cucumber")
s.add_development_dependency("mongoid")
s.add_development_dependency("pry")
s.add_development_dependency("rake")
Expand Down

0 comments on commit 973cac4

Please sign in to comment.