From 78dffde6c9722f4ec432688eaf8f26549f253d9c Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Sat, 18 Apr 2015 19:42:03 +0000 Subject: [PATCH] Remove a comment left in cucumber steps --- features/steps/output_steps.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/features/steps/output_steps.rb b/features/steps/output_steps.rb index b3e6bbc..c7ec627 100644 --- a/features/steps/output_steps.rb +++ b/features/steps/output_steps.rb @@ -16,7 +16,6 @@ options: end 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 end