Skip to content

Commit

Permalink
list all gems necessary to get tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Aug 14, 2010
1 parent f6ca936 commit e5d86b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ source :rubygems
gem 'faraday', '~> 0.4.5'

group :development do
gem 'shoulda', '~> 2.10.0'
gem 'shoulda', '~> 2.10.0'
gem 'mcmire-matchy', :require => 'matchy'
gem 'redgreen'
gem 'json_pure'
gem 'multi_json'
gem 'hashie'
end
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
$LOAD_PATH.unshift File.expand_path("../lib", __FILE__)
require 'rubygems'
require 'bundler'
Bundler.setup
require "bundler/version"
require 'lib/faraday_middleware'

Expand All @@ -24,4 +27,4 @@ task :install => :build do
system "sudo gem install faraday-middleware-#{FaradayMiddleware::VERSION}.gem"
end

task :default => :test
task :default => :test

0 comments on commit e5d86b7

Please sign in to comment.