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