[thin_rmap] region parsing

This commit is contained in:
Joe Thornber
2013-05-23 13:57:57 +01:00
parent 5498e0bc46
commit 25a090279f
3 changed files with 88 additions and 1 deletions

View File

@@ -24,3 +24,7 @@ When(/^I run thin_check with (.*?)$/) do |opts|
run_simple("thin_check #{opts} #{dev_file}", false)
end
When(/^I run thin_rmap with (.*?)$/) do |opts|
run_simple("thin_rmap #{opts} #{dev_file}", false)
end