Sha256: 214095a304fb2e610c49b952a6c9f049edab35b158a65d8b19f9d106c7e3baa4

Contents?: true

Size: 228 Bytes

Versions: 28

Compression:

Stored size: 228 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
jetfuel-1.19.24 spec/features/github_spec.rb
jetfuel-1.19.23 spec/features/github_spec.rb
jetfuel-1.19.22 spec/features/github_spec.rb
jetfuel-1.19.21 spec/features/github_spec.rb
jetfuel-1.19.20 spec/features/github_spec.rb
jetfuel-1.19.19 spec/features/github_spec.rb
jetfuel-1.19.18 spec/features/github_spec.rb
jetfuel-1.19.17 spec/features/github_spec.rb
jetfuel-1.19.16 spec/features/github_spec.rb
jetfuel-1.19.15 spec/features/github_spec.rb
jetfuel-1.19.14 spec/features/github_spec.rb
jetfuel-1.19.13 spec/features/github_spec.rb
jetfuel-1.19.12 spec/features/github_spec.rb
jetfuel-1.19.11 spec/features/github_spec.rb
jetfuel-1.19.10 spec/features/github_spec.rb
jetfuel-1.19.9 spec/features/github_spec.rb
jetfuel-1.19.8 spec/features/github_spec.rb
jetfuel-1.19.7 spec/features/github_spec.rb
jetfuel-1.19.6 spec/features/github_spec.rb
jetfuel-1.19.5 spec/features/github_spec.rb