mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
adds bundler support
Conflicts: .gitignore spec/spec_helper.rb
This commit is contained in:
parent
bf55f75431
commit
ed47f08c6a
4 changed files with 27 additions and 3 deletions
4
Rakefile
4
Rakefile
|
|
@ -1,3 +1,7 @@
|
|||
require "rubygems"
|
||||
require "bundler"
|
||||
Bundler.setup
|
||||
|
||||
require 'rake'
|
||||
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue