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