Sha256: 6bc8ebb777ea41365a73933b7cd3ecc9ae8ea5ed072aa1e39194dd79fd2738c5
Contents?: true
Size: 332 Bytes
Versions: 44
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true 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_onotole("--github=#{repo_name}") expect(FakeGithub).to have_created_repo(repo_name) end end
Version data entries
44 entries across 44 versions & 1 rubygems