1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix intermittent Travis failures

This commit is contained in:
Matt Brictson 2016-01-17 17:47:52 -08:00
parent dc59c248a7
commit 08331edd0e

View file

@ -4,6 +4,11 @@ require 'capistrano/immutable_task'
module Capistrano
describe ImmutableTask do
after do
# Ensure that any tasks we create in these tests don't pollute other tests
Rake::Task.clear
end
it 'prints warning and raises when task is enhanced' do
extend(Rake::DSL)