reload app config before each test

(complements 21bef8e304d05025b72b39e790abc7e8a4f4f5e1)
This commit is contained in:
wvengen 2014-04-04 12:25:57 +02:00
parent ed439d0b08
commit 6d98be6d22
3 changed files with 18 additions and 0 deletions

View file

@ -3,5 +3,11 @@ begin
task(:spec).clear
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
# Use `rspec` to run a single test. When a test fails in rake but not
# with rspec, you can use the following to run a single test using rake:
#RSpec::Core::RakeTask.new('spec:foo') do |t|
# t.pattern = "spec/integration/foo_spec.rb"
#end
rescue LoadError
end