Sha256: 87bc07e8e217ad342b6475511c303354b6d9133b902a9d5c6f7e80ebaf886108

Contents?: true

Size: 332 Bytes

Versions: 8

Compression:

Stored size: 332 Bytes

Contents

require "spec_helper"

RSpec.describe "GitHub" do
  before do
    drop_dummy_database
    remove_project_directory
  end

  it "suspends a project with --github option" do
    repo_name = 'test'
    run_suspenders("--github=#{repo_name}")
    setup_app_dependencies

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

Version data entries

8 entries across 8 versions & 4 rubygems

Version Path
welaika-suspenders-2.25.0 spec/features/github_spec.rb
suspenders-1.40.0 spec/features/github_spec.rb
suspenders-1.39.0 spec/features/github_spec.rb
voyage-1.0 spec/features/github_spec.rb
hosentrager-1.39.1 spec/features/github_spec.rb
suspenders-1.38.1 spec/features/github_spec.rb
welaika-suspenders-2.24.0 spec/features/github_spec.rb
suspenders-1.38.0 spec/features/github_spec.rb