Commit cb9f5738 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix rubocop complain

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 4caef63d
......@@ -325,7 +325,7 @@ class Spinach::Features::Groups < Spinach::FeatureSteps
def mary_jane_member
user = User.find_by(name: "Mary Jane")
member = owned_group.members.where(user_id: user.id).first
owned_group.members.where(user_id: user.id).first
end
def assigned_to_me(key)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment