Skip to content

Commit

Permalink
Pulling in QME's testing and making sure that it has the proper db name
Browse files Browse the repository at this point in the history
  • Loading branch information
eedrummer committed Jan 24, 2011
1 parent c35014c commit bbe4ea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ require 'rake'

PopHealth::Application.load_tasks

ENV['DB_NAME'] = "pophealth-#{Rails.env}"

require 'qme_test'

#RSpec::Core::RakeTask.new do |t|
# t.rspec_opts = ["-c", "-f progress", "-r ./spec/spec_helper.rb"]
# t.pattern = 'spec/**/*_spec.rb'
Expand Down

0 comments on commit bbe4ea0

Please sign in to comment.