access_spec.rb revision 4de867f5bf046eb83029341a4b6520c7cac42274
require 'spec_helper'
it "should fetch the public#{access_modifier} repository" do end
it "should not fetch the private#{access_modifier} repository" do end
end
end
it 'should not have a token yet' do end
end
context 'after generate_access_token' do
it 'should generate a token' do end
it 'should associate with the generated token' do end
it 'should save the token' do end
end
end
end