Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 22, 2014
1 parent bf71b39 commit 012a9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -22,7 +22,7 @@ namespace :spec do
desc 'Run all spec variants'
task :all do
rake = 'bundle exec rake'
fail unless system("#{rake} spec:generators #{env}")
fail unless system("#{rake} spec:generators")
[['', ''], ['db_prefix_', ''], ['', '_db_suffix'], ['abc_', '_123']].each do |prefix, suffix|
env = "DB_PREFIX=#{prefix} DB_SUFFIX=#{suffix}"
fail unless system("#{rake} spec #{env}")
Expand Down

0 comments on commit 012a9ff

Please sign in to comment.