From 93b107701750468f456bc6f745b78cec691c292a Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Mon, 16 Sep 2013 13:05:58 +0100 Subject: [PATCH] Fix bad thinp_xml command line --- features/support/world_extensions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/world_extensions.rb b/features/support/world_extensions.rb index 1fc44a9..42b3ab6 100644 --- a/features/support/world_extensions.rb +++ b/features/support/world_extensions.rb @@ -39,7 +39,7 @@ module ThinpWorld # FIXME: we should really break out the xml stuff from # thinp-test-suite and put in a gem in this repo. def write_valid_xml(path) - `thinp_xml create --nr-thins uniform[4..9] --nr-mappings uniform[1000.5000] > #{path}` + `thinp_xml create --nr-thins uniform[4..9] --nr-mappings uniform[1000..5000] > #{path}` end private