Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ae_page_objects.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.author = 'AppFolio'
spec.email = 'opensource@appfolio.com'
spec.description = 'Capybara Page Objects pattern.'
spec.summary = spec.description
spec.description = 'A legacy library that provides a customizable implementation of the Page Object pattern built on top of Capybara. It is intended for use in automated acceptance test suites, helping organize and encapsulate page interactions.'
spec.summary = 'Customizable Page Object pattern implementation built on top of Capybara.'
spec.homepage = 'https://github.com/appfolio/ae_page_objects'
spec.license = 'MIT'
spec.files = Dir['**/*'].select { |f| f[%r{^(lib/|LICENSE.txt|ae_page_objects\.gemspec)}] }
Expand Down
17 changes: 0 additions & 17 deletions catalog-info.yaml

This file was deleted.

Loading