Skip to content

Commit

Permalink
Fix test interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
josepjaume committed Jul 3, 2014
1 parent 327ada0 commit 9430c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/feature_generator.rb
Expand Up @@ -80,7 +80,7 @@ def write_feature(feature_file, feature, step_file, steps)
def failure_step
%Q|class AFailureFeature < Spinach::FeatureSteps
feature "A failure feature"
%{failure_step_definition}
#{failure_step_definition}
|
end

Expand Down

0 comments on commit 9430c98

Please sign in to comment.