Skip to content

Commit

Permalink
Changed database test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Mar 26, 2011
1 parent 9a1cd19 commit eb0f72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helper.rb
Expand Up @@ -6,6 +6,6 @@
require 'spec' require 'spec'


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


puts "\n--- Active Support Version: #{ActiveSupport::VERSION::STRING} ---\n" puts "\n--- Active Support Version: #{ActiveSupport::VERSION::STRING} ---\n"

0 comments on commit eb0f72d

Please sign in to comment.