Skip to content

Commit

Permalink
Merge pull request Shopify#366 from Shopify/seed-post-data-in-job-test
Browse files Browse the repository at this point in the history
Move dummy fixtures into the engine's fixtures directory
  • Loading branch information
adrianna-chang-shopify authored Mar 10, 2021
2 parents 250f8a7 + 5cddbda commit 6cde08a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RuboCop::RakeTask.new

task(test: 'app:test')
task('test:system' => 'app:test:system')
task(default: ['db:setup', 'test', 'test:system', 'rubocop'])
task(default: ['db:test:prepare', 'test', 'test:system', 'rubocop'])
File renamed without changes.

0 comments on commit 6cde08a

Please sign in to comment.