Skip to content

Commit

Permalink
up: makes spec for with and without config
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Feb 14, 2018
1 parent 6d71dcc commit 7247a25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ task :spec_config do

FileUtils.rm_rf(directory_config) unless unsafe_path
end

desc 'Runs tests with and without config enabled'
task :spec do
Rake::Task['spec'].invoke
Rake::Task['spec_config'].invoke

puts "Spec with and without config enabled executed."
end

0 comments on commit 7247a25

Please sign in to comment.