Sha256: 647d8efac8ee7756582ab8c92d2f947468c3f140ad61012a2acc675272f7e7ec

Contents?: true

Size: 332 Bytes

Versions: 31

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

31 entries across 31 versions & 2 rubygems

Version Path
suspenders-1.55.1 spec/features/github_spec.rb
suspenders-1.55.0 spec/features/github_spec.rb
suspenders-1.54.1 spec/features/github_spec.rb
suspenders-1.54.0 spec/features/github_spec.rb
suspenders-1.53.0 spec/features/github_spec.rb
suspenders-1.52.0 spec/features/github_spec.rb
suspenders-1.51.0 spec/features/github_spec.rb
suspenders-1.50.0 spec/features/github_spec.rb
suspenders-1.49.0 spec/features/github_spec.rb
suspenders-1.48.0 spec/features/github_spec.rb
suspenders-1.47.0 spec/features/github_spec.rb
suspenders-1.46.0 spec/features/github_spec.rb
suspenders-1.45.0 spec/features/github_spec.rb
voyage-1.44.0.14 spec/features/github_spec.rb
voyage-1.44.0.13 spec/features/github_spec.rb
voyage-1.44.0.11 spec/features/github_spec.rb
voyage-1.44.0.12 spec/features/github_spec.rb
voyage-1.44.0.10 spec/features/github_spec.rb
voyage-1.44.0.9 spec/features/github_spec.rb
voyage-1.44.0.8 spec/features/github_spec.rb