Use RSpec.describe to fix IRB context warning in Rails console

This commit is contained in:
Nathan Broadbent
2018-09-21 17:31:28 +07:00
parent 28245d4dd0
commit e5eb44191c
11 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ require 'generators/rswag/specs/install/install_generator'
module Rswag
module Specs
describe InstallGenerator do
RSpec.describe InstallGenerator do
include GeneratorSpec::TestCase
destination File.expand_path('../tmp', __FILE__)