Sha256: e0af5dcb8b083f447a70b6d81938d38f1ca16309f5971b01c9d462e5edd8556c
Contents?: true
Size: 232 Bytes
Versions: 1
Compression:
Stored size: 232 Bytes
Contents
require 'spec_helper' feature 'GitHub' do scenario 'Shoelaces a project with --github option' do repo_name = 'test' run_shoelaces("--github=#{repo_name}") expect(FakeGithub).to have_created_repo(repo_name) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoelaces-0.1.0 | spec/features/github_spec.rb |