Skip to content

Commit

Permalink
Remove rspec-instafail from the project
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Aug 4, 2012
1 parent 4984fd5 commit ba189f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion fuubar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ Gem::Specification.new do |s|

s.add_dependency('rspec', ["~> 2.0"])
s.add_dependency('ruby-progressbar', ["~> 1.0.0rc1"])
s.add_dependency('rspec-instafail', ["~> 0.2.0"])
end
1 change: 0 additions & 1 deletion lib/fuubar.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require 'rspec/core/formatters/base_text_formatter'
require 'ruby-progressbar'
require 'rspec/instafail'

class Fuubar < RSpec::Core::Formatters::BaseTextFormatter

Expand Down

0 comments on commit ba189f9

Please sign in to comment.