Skip to content

Commit 2dc8b4f

Browse files
committed
Skips the test:bug_report_template:rails_5 in default task
1 parent 00ffaf5 commit 2dc8b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Rake::TestTask.new do |t|
88
t.test_files = FileList['test/**/*_test.rb']
99
end
1010

11-
task default: [:test, 'test:bug_report_template:rails_5']
11+
task default: [:test]
1212

1313
desc 'Run benchmarks'
1414
namespace :test do

0 commit comments

Comments
 (0)