Remove a comment left in cucumber steps

This commit is contained in:
Thibault Jouan 2015-04-18 19:42:03 +00:00
parent 82a4161cc2
commit 78dffde6c9

View File

@ -16,7 +16,6 @@ options:
end end
Then /^the output must contain exactly the version$/ do Then /^the output must contain exactly the version$/ do
#require File.expand_path('../lib/uh/wm/version', __FILE__)
assert_exact_output "%s\n" % Uh::WM::VERSION, all_output assert_exact_output "%s\n" % Uh::WM::VERSION, all_output
end end