Skip to content
Snippets Groups Projects
Verified Commit cb9f5738 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix rubocop complain

parent 4caef63d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment