Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Fix RuboCop offenses
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSerth committed May 11, 2015
1 parent b9df593 commit c90c8eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions spec/features/group_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,4 @@
expect(page).to have_no_selector('sync-group-course-button')
end
end


end
5 changes: 2 additions & 3 deletions spec/features/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
expect(page).to have_content I18n.t('users.settings.cancel_account')
end

it 'get error when trying to delete account but still admin in group', js:true do
it 'get error when trying to delete account but still admin in group', js: true do
click_link "#{user.first_name} #{user.last_name}"
click_link I18n.t('navbar.settings')
click_button 'load-account-settings-button'
Expand All @@ -53,6 +53,5 @@
wait_for_ajax
expect(page).to have_content I18n.t('users.settings.still_admin_in_group_error')
end

end
end
end

0 comments on commit c90c8eb

Please sign in to comment.