Skip to content

Commit

Permalink
Remove assignment without effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed Oct 3, 2014
1 parent a3d90c5 commit 3960a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/steps/shared/paths.rb
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def root_ref
end

def project
project = Project.find_by!(name: "Shop")
Project.find_by!(name: 'Shop')
end

# ----------------------------------------
Expand Down

0 comments on commit 3960a5a

Please sign in to comment.