Skip to content

Commit a460821

Browse files
authored
Update gem description to include Playwright support (#200)
1 parent 9a37c4c commit a460821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress-on-rails.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
88
s.author = ["miceportal team", 'Grant Petersen-Speelman']
99
s.email = ["info@miceportal.de", 'grantspeelman@gmail.com']
1010
s.homepage = "http://github.com/shakacode/cypress-on-rails"
11-
s.summary = "Integrates cypress with rails or rack applications"
12-
s.description = "Integrates cypress with rails or rack applications"
11+
s.summary = "Integrates Cypress and Playwright with Rails or Rack applications"
12+
s.description = "Integrates Cypress and Playwright with Rails or Rack applications"
1313
s.post_install_message = 'The CypressDev constant is being deprecated and will be completely removed and replaced with CypressOnRails.'
1414
s.files = `git ls-files`.split("\n")
1515
s.test_files = `git ls-files -- {spec}/*`.split("\n")

0 commit comments

Comments
 (0)