Skip to content

Commit f884b3d

Browse files
authored
Update gem description to include Rails 5.
1 parent 966f780 commit f884b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.email = "[email protected]"
1212
s.homepage = "https://github.com/rspec/rspec-rails"
1313
s.summary = "RSpec for Rails"
14-
s.description = "rspec-rails is a testing framework for Rails 3.x and 4.x."
14+
s.description = "rspec-rails is a testing framework for Rails 3+."
1515

1616
s.files = `git ls-files -- lib/*`.split("\n")
1717
s.files += %w[README.md LICENSE.md Changelog.md Capybara.md .yardopts .document]

0 commit comments

Comments
 (0)