summaryrefslogtreecommitdiff
path: root/spec/plugins/command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/plugins/command.rb')
-rw-r--r--spec/plugins/command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/plugins/command.rb b/spec/plugins/command.rb
index 646f95c733..5e3d8217bd 100644
--- a/spec/plugins/command.rb
+++ b/spec/plugins/command.rb
@@ -4,7 +4,7 @@ require "spec_helper"
describe "command plugins" do
it "executes without arguments" do
build_repo2 do
- build_plugin "command-mah"do |s|
+ build_plugin "command-mah" do |s|
s.write "plugin.rb", <<-RUBY
module Mah
class Plugin < Bundler::Plugin::Api
@@ -28,7 +28,7 @@ describe "command plugins" do
it "accepts the arguments" do
build_repo2 do
- build_plugin "the-echoer"do |s|
+ build_plugin "the-echoer" do |s|
s.write "plugin.rb", <<-RUBY
module Resonance
class Echoer