From 89550bc1a06d3fda27f03b19ec8af6531372e0e9 Mon Sep 17 00:00:00 2001 From: Roque Pinel Date: Fri, 5 Jun 2015 15:28:11 -0500 Subject: Add the bug report templates to the Travis CI build The bug report templates are now executed from the `ci/travis.rb` when `GEM` contains `guides`. I started by creating a `test` task in `guides/Rakefile` to handle this, but since inline `gemfile` must not be executed with `bundle exec`, that rake task would not be consistent with others. So I went back by executing them directly from `Build`. Use inline Gemfile dependency when reporting gem bugs --- guides/bug_report_templates/action_controller_master.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'guides/bug_report_templates/action_controller_master.rb') diff --git a/guides/bug_report_templates/action_controller_master.rb b/guides/bug_report_templates/action_controller_master.rb index 1a5cb4dd4e..9bdd7d28e4 100644 --- a/guides/bug_report_templates/action_controller_master.rb +++ b/guides/bug_report_templates/action_controller_master.rb @@ -6,7 +6,6 @@ gemfile(true) do gem 'arel', github: 'rails/arel' end -require 'rails' require 'action_controller/railtie' class TestApp < Rails::Application -- cgit v1.2.3