Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
fix indentation thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
emcoding committed May 15, 2018
1 parent 87e56b6 commit ff8b3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/ability_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
allow(user).to receive(:admin?).and_return(false)
allow(user).to receive(:confirmed?).and_return(false)
end
# NOTE / TODO is this testing "can? read_email" properly?
xit 'disallows to see not hidden email address' do
# NOTE / TODO is this testing "can? read_email" properly?
xit 'disallows to see not hidden email address' do
other_user.hide_email = false
expect(ability).not_to be_able_to(:read_email, other_user)
end
Expand Down

0 comments on commit ff8b3f2

Please sign in to comment.