diff --git a/rspec-rails.gemspec b/rspec-rails.gemspec index 0c1d752b2..4e5ffec21 100644 --- a/rspec-rails.gemspec +++ b/rspec-rails.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.email = "rspec@googlegroups.com" s.homepage = "https://github.com/rspec/rspec-rails" s.summary = "RSpec for Rails" - s.description = "rspec-rails is a testing framework for Rails 5+." + s.description = "rspec-rails integrates the Rails testing helpers into RSpec." s.required_ruby_version = ">= 2.5.0" s.metadata = {