Sha256: 6d4434e003ffc3e4b51f9501222dcddb6b809615289a9e42f1eec4508c6b3baf

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

require 'spec_helper'

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bluebase-1.1.0 spec/features/github_spec.rb
bluebase-1.0.1 spec/features/github_spec.rb
bluebase-1.0.0 spec/features/github_spec.rb