1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Fixes spec_helper to get :development gems running.

This commit is contained in:
Michael Bleigh 2011-09-03 21:22:53 -03:00
parent 232e378f7c
commit 9f8119544a
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'ZenTest', '~> 4.5'
gem.add_development_dependency 'bcrypt-ruby', '~> 2.1.4'
gem.add_development_dependency 'activerecord', '~> 3.0'
gem.add_development_dependency 'simplecov', '~> 0.4'
gem.name = 'oa-identity'
gem.version = OmniAuth::Version::STRING
gem.description = %q{Internal authentication handlers for OmniAuth.}

View file

@ -1,6 +1,6 @@
require 'rubygems'
require 'bundler'
Bundler.setup :default, :test
Bundler.setup :default, :development, :test
require 'simplecov'
SimpleCov.start