Remove specs that test private_r.
Conform to one expect per it.
Replace [<symbol-list>] by %i(word-list).
Set the repo access in the access token factory.
Check access token for Repository :show.
Use one-liner before { ... } where possible.
fix whitespace issues Includes fixes for the following whitespace-related issues: - Trailing whitespace at end of line - Tabs in file - No newline at end of file This commit fixes these issues for .rb, .coffee, and .sass files.
split access to private_r and private_rw
Use repository access attribute in Ability spec instead of is_private.
change private_flag to is_private
change tests for private repository abilities
Translated ability tests into RSpec.