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

Version Path
welaika-suspenders-2.11.0 spec/features/github_spec.rb
suspenders-1.28.0 spec/features/github_spec.rb
hitfox-suspenders-1.1.0 spec/features/github_spec.rb
hitfox-suspenders-1.0.2 spec/features/github_spec.rb
hitfox-suspenders-1.0.1 spec/features/github_spec.rb
suspenders-1.27.0 spec/features/github_spec.rb
hitfox-suspenders-1.0.0 spec/features/github_spec.rb
welaika-suspenders-2.10.0 spec/features/github_spec.rb
suspenders-1.26.0 spec/features/github_spec.rb
welaika-suspenders-2.9.0 spec/features/github_spec.rb
welaika-suspenders-2.8.0 spec/features/github_spec.rb
suspenders-1.25.0 spec/features/github_spec.rb
welaika-suspenders-2.7.1 spec/features/github_spec.rb
welaika-suspenders-2.7.0 spec/features/github_spec.rb
suspenders-1.24.0 spec/features/github_spec.rb
suspenders-1.23.0 spec/features/github_spec.rb
welaika-suspenders-2.6.0 spec/features/github_spec.rb
welaika-suspenders-2.5.0 spec/features/github_spec.rb
suspenders-1.22.0 spec/features/github_spec.rb
welaika-suspenders-2.4.0 spec/features/github_spec.rb