Skip to content

Commit

Permalink
Add timecop to the test mix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Jun 2, 2010
1 parent ef71937 commit e13f9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin.gemspec
Expand Up @@ -15,4 +15,5 @@ Gem::Specification.new do |s|
s.add_dependency 'mongo', '~> 1.0.1'
s.add_dependency 'activesupport', '<= 2.3.8'
s.add_development_dependency 'rspec', '~> 1.3.0'
s.add_development_dependency 'timecop', '>= 0.3.4'
end
1 change: 1 addition & 0 deletions spec/helper.rb
Expand Up @@ -4,6 +4,7 @@

require 'bin'
require 'spec'
require 'timecop'

connection = Mongo::Connection.new
DB = connection.db('bin-store-test')

0 comments on commit e13f9fc

Please sign in to comment.