Add feature file for thin_restore.

This commit is contained in:
Joe Thornber
2013-06-27 09:40:43 +01:00
parent 9a4783796b
commit b7bdf1a3f2
2 changed files with 46 additions and 0 deletions

View File

@@ -28,6 +28,10 @@ When(/^I run thin_rmap with (.*?)$/) do |opts|
run_simple("thin_rmap #{opts} #{dev_file}", false)
end
When(/^I run thin_restore with (.*?)$/) do |opts|
run_simple("thin_restore #{opts}", false)
end
Then /^it should give no output$/ do
ps = only_processes.last
output = ps.stdout + ps.stderr