summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorFrank Lam <ryzingsun11@yahoo.com>2020-05-28 15:25:01 +0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-18 19:14:15 +0900
commit25ac5b360610760dfdf78f56bc065eff1e0a43c9 (patch)
tree665e50716a60d81f79973d6c033582ba04959275 /spec
parentb46895aa9313e407212d7071e6e073c40ef03c2e (diff)
[rubygems/rubygems] Separate CI and test framework shared examples
* `bundle gem` has new option to choose CI provider other than Travis CI https://github.com/rubygems/rubygems/commit/afaecf16de
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3212
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/newgem_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/commands/newgem_spec.rb b/spec/bundler/commands/newgem_spec.rb
index ca2d24526c..76ef96b5b0 100644
--- a/spec/bundler/commands/newgem_spec.rb
+++ b/spec/bundler/commands/newgem_spec.rb
@@ -217,10 +217,6 @@ RSpec.describe "bundle gem" do
expect(bundled_app("#{gem_name}/test/#{require_path}.rb")).to_not exist
expect(bundled_app("#{gem_name}/test/test_helper.rb")).to_not exist
end
-
- it "does not create a .travis.yml file" do
- expect(bundled_app("#{gem_name}/.travis.yml")).to_not exist
- end
end
context "README.md", :readline do