Sha256: ddfa92865a0dfdb31d55b15a78c8659f4f913ac3ec5efcff6659abe6c5ee4bb3

Contents?: true

Size: 230 Bytes

Versions: 5

Compression:

Stored size: 230 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ajmalafif-jumpstart-1.18.8 spec/features/github_spec.rb
ajmalafif-jumpstart-1.18.7 spec/features/github_spec.rb
ajmalafif-jumpstart-1.18.6 spec/features/github_spec.rb
ajmalafif-jumpstart-1.18.5 spec/features/github_spec.rb
ajmalafif-jumpstart-1.18.4 spec/features/github_spec.rb