summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-07-28 07:47:47 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-08-16 09:48:27 +0530
commit8b3d03988f5abbc91f1c563ea93d1eaec3623a4c (patch)
tree5b23c88db6277418942035406396b6c52ab62641
parent1cc0050e8a6791bc908fd92199804762aaa43fc7 (diff)
downloadbundler-8b3d03988f5abbc91f1c563ea93d1eaec3623a4c.tar.gz
Minor correction
-rw-r--r--spec/bundler/plugin_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/plugin_spec.rb b/spec/bundler/plugin_spec.rb
index ad0c1979f3..540278036c 100644
--- a/spec/bundler/plugin_spec.rb
+++ b/spec/bundler/plugin_spec.rb
@@ -275,7 +275,7 @@ describe Bundler::Plugin do
end
end
- context "a block is to be passed" do
+ context "a block is passed" do
let(:code) { <<-RUBY }
Bundler::Plugin::API.hook("#{event}") { |&blk| blk.call }
RUBY