From 008722762079ecc00470a577fc3d4a9416b39506 Mon Sep 17 00:00:00 2001 From: Asutosh Palai Date: Mon, 6 Jun 2016 12:40:55 +0530 Subject: Fixed the issues raised in comments --- spec/support/builders.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support/builders.rb') diff --git a/spec/support/builders.rb b/spec/support/builders.rb index feabdc0e47..8e19f9ae94 100644 --- a/spec/support/builders.rb +++ b/spec/support/builders.rb @@ -707,7 +707,7 @@ module Spec class PluginBuilder < GemBuilder def _default_files - @_default_files ||= super.merge("plugin.rb" => "") + @_default_files ||= super.merge("plugins.rb" => "") end end -- cgit v1.2.1