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