Fix the gemfile so we can actually run 'bundle exec rake test'
source "http://rubygems.org" | source "http://rubygems.org" | ||
gemspec | gemspec | ||
group :development, :test do | |||
gem 'rake' | |||
gem 'mongoid' | |||
end | |||
\ No newline at end of file |
Please register or sign in to comment