summaryrefslogtreecommitdiff
path: root/spec/bundler/gem_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/gem_helper_spec.rb')
-rw-r--r--spec/bundler/gem_helper_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/gem_helper_spec.rb b/spec/bundler/gem_helper_spec.rb
index 3444fe622f..c4044f223c 100644
--- a/spec/bundler/gem_helper_spec.rb
+++ b/spec/bundler/gem_helper_spec.rb
@@ -103,10 +103,10 @@ describe Bundler::GemHelper do
end
context "defines Rake tasks" do
- let(:task_names) {
+ let(:task_names) do
%w[build install release release:guard_clean
release:source_control_push release:rubygem_push]
- }
+ end
context "before installation" do
it "raises an error with appropriate message" do