Sha256: 3189c6c1351ef70cc74cd52e4c6b454c7b27369ff68f2a32cc6fa0c487d8bb8e
Contents?: true
Size: 228 Bytes
Versions: 5
Compression:
Stored size: 228 Bytes
Contents
require 'spec_helper' feature 'GitHub' do scenario 'build a project with --github option' do repo_name = 'test' run_roboparts("--github=#{repo_name}") expect(FakeGithub).to have_created_repo(repo_name) end end
Version data entries
5 entries across 5 versions & 1 rubygems