Skip to content

Commit

Permalink
rm markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jfitisoff committed Sep 6, 2018
1 parent b92e2ad commit dd033b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insite.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require './lib/insite/version'

Gem::Specification.new do |s|
description = <<~eos
Insite is a page object library that allows you to work with your website in much the same way as an actual user does. It provides a page object browser (called a _site_ _object_) for your page objects. Site objects are smart: They can determine which page they on and whether or not a page object has been defined for the currently displayed page. Benefits are simplified navigation, better error handling when things go wrong and less code needed to maintain your site and write tests.
Insite is a page object library that allows you to work with your website in much the same way as an actual user does. It provides a page object browser (called a site object) for your page objects. Site objects are smart: They can determine which page they on and whether or not a page object has been defined for the currently displayed page. Benefits are simplified navigation, better error handling when things go wrong and less code needed to maintain your site and write tests.
Insite also provides a highly flexible, object-oriented approach to writing code for reusable features. It supports this via _components_, which can be thought of as DOM extensions. Components are fully interoperable with standard DOM elements and other components. When a component is defined, you get accessor methods for each page that belongs to your site, one for an individual instance of the component and another
eos
Expand Down

0 comments on commit dd033b3

Please sign in to comment.