Skip to content

Commit bf79974

Browse files
committed
Tests: db:test:clone was deprecated and removed
1 parent 6d34c3a commit bf79974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/test/application_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def copy_to(path)
133133

134134
def generate_scaffold
135135
application.run! "bundle exec rails g scaffold post title:string"
136-
application.run! "bundle exec rake db:migrate db:test:clone"
136+
application.run! "bundle exec rake db:migrate db:test:prepare"
137137
end
138138

139139
def gemspec(name)

0 commit comments

Comments
 (0)