Sha256: d6b9433a6e6cef60a5e101db9558ddffa2423d9da8578cbe9791badb1a728bc5

Contents?: true

Size: 226 Bytes

Versions: 3

Compression:

Stored size: 226 Bytes

Contents

require 'spec_helper'

feature 'GitHub' do
  scenario 'Suspend a project with --github option' do
    repo_name = 'test'
    run_brace("--github=#{repo_name}")

    expect(FakeGithub).to have_created_repo(repo_name)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brace-0.1.0 spec/features/github_spec.rb
brace-0.0.3 spec/features/github_spec.rb
brace-0.0.1 spec/features/github_spec.rb