access_spec.rb revision 68ff70f830e958de6693000b9652c9aa8cff97e7
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 end
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