summaryrefslogtreecommitdiff
path: root/spec/commands/init_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/init_spec.rb')
-rw-r--r--spec/commands/init_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/init_spec.rb b/spec/commands/init_spec.rb
index 70d1143055..03a46a8bfa 100644
--- a/spec/commands/init_spec.rb
+++ b/spec/commands/init_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "spec_helper"
-describe "bundle init" do
+RSpec.describe "bundle init" do
it "generates a Gemfile" do
bundle :init
expect(bundled_app("Gemfile")).to exist