mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
updates bundler and adds needed symlinks to make features run w/bundler
This commit is contained in:
parent
bdad66c825
commit
0bcd3efcd0
6 changed files with 79 additions and 56 deletions
|
|
@ -10,7 +10,7 @@ class FeatureRunner
|
|||
@strategy || 'truncation'
|
||||
end
|
||||
|
||||
def go feature
|
||||
def go(feature)
|
||||
full_dir ||= File.expand_path(File.dirname(__FILE__) + "/../../examples/")
|
||||
Dir.chdir(full_dir) do
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue