Sha256: 350607e815cef101653a5283d4e3137d76442bdbf48ea54e0ddad0bd62f90a4b
Contents?: true
Size: 233 Bytes
Versions: 11
Compression:
Stored size: 233 Bytes
Contents
require "spec_helper" RSpec.describe "GitHub" do it "suspends 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
11 entries across 11 versions & 1 rubygems