Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/tasks/subscription_tasks_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
def invoke_task
task = Rake::Task["subscription:confirmation_overdue:delete"]
# Ensure task is re-enabled, as rake tasks by default are disabled
# after running once within a process http://pivotallabs.com/how-i-test-rake-tasks/
# after running once within a process https://content.pivotal.io/blog/test-your-rake-tasks
task.reenable
task.invoke
end
Expand Down