Alternative to prefacing describe as RSpec.describe, you can add
config.expose_dsl_globally = true
to your spec_helper.rb.
Alternative to prefacing describe as RSpec.describe, you can add
config.expose_dsl_globally = true
to your spec_helper.rb.