Skip to content

Commit

Permalink
[Specs] Use pretty Bacon
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed May 30, 2013
1 parent 9345ae1 commit 3ff7805
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 167 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :development do
gem "bacon"
gem "mocha-on-bacon"
gem "rake"
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master'
end

group :debugging do
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
require 'bundler/setup'
require 'bacon'
require 'mocha-on-bacon'
require 'pretty_bacon'
require 'cocoapods-core'

# Helpers
#-----------------------------------------------------------------------------#

require 'spec_helper/bacon'
require 'spec_helper/fixture'
require 'spec_helper/temporary_directory'

Expand Down
166 changes: 0 additions & 166 deletions spec/spec_helper/bacon.rb

This file was deleted.

0 comments on commit 3ff7805

Please sign in to comment.