Skip to content

Commit

Permalink
align
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Dec 15, 2016
1 parent 5d48dfe commit 2d21842
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/cancan/ability_spec.rb
Expand Up @@ -186,12 +186,12 @@
@ability.cannot :preview, Array

expected_list = {can: {manage: ['all'],
learn: ['Range']
learn: ['Range']
},
cannot: {read: ['String', 'Hash'],
index: ['String', 'Hash'],
show: ['String', 'Hash'],
preview: ['Array']
index: ['String', 'Hash'],
show: ['String', 'Hash'],
preview: ['Array']
}
}

Expand Down

0 comments on commit 2d21842

Please sign in to comment.