Skip to content

Commit

Permalink
added redgreen to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed May 27, 2010
1 parent bc3f46d commit 04278d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chargify.gemspec
Expand Up @@ -61,6 +61,7 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_development_dependency(%q<mocha>, ["~> 0.9.8"])
s.add_development_dependency(%q<fakeweb>, [">= 1.2.5"])
s.add_development_dependency(%q<redgreeb>, [">= 1.2.2"])
else
s.add_dependency(%q<hashie>, ["~> 0.1.3"])
s.add_dependency(%q<httparty>, ["~> 0.5.2"])
Expand Down
1 change: 1 addition & 0 deletions test/helper.rb
Expand Up @@ -5,6 +5,7 @@
require 'matchy'
require 'mocha'
require 'fakeweb'
require 'redgreen'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
Expand Down

0 comments on commit 04278d5

Please sign in to comment.