Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Moved datamapper spec to spec/integration
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jul 25, 2011
1 parent 33d37bb commit b1f3bf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
require 'dm-validations'
require 'dm-migrations'

DataMapper.setup(:default, 'sqlite3::memory:')

describe CarrierWave::DataMapper do

before do
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
require 'carrierwave'
require 'carrierwave/datamapper'

DataMapper.setup(:default, 'sqlite3::memory:')

def file_path( *paths )
File.expand_path(File.join(File.dirname(__FILE__), 'fixtures', *paths))
end
Expand Down
Empty file.

0 comments on commit b1f3bf6

Please sign in to comment.