Skip to content

Commit

Permalink
Remove assigned but unused variable - trace
Browse files Browse the repository at this point in the history
  • Loading branch information
lexun committed Oct 4, 2014
1 parent ef3b506 commit fc1dbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turnip/step_definition.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def method_name; step_definition.method_name; end
def called_from; step_definition.called_from; end

def trace
trace = %{ - "#{expression}" (#{called_from})}
%{ - "#{expression}" (#{called_from})}
end
end

Expand Down

0 comments on commit fc1dbaf

Please sign in to comment.