Skip to content

Commit

Permalink
rm unnecessary pry requires
Browse files Browse the repository at this point in the history
  • Loading branch information
jfitisoff committed Aug 24, 2018
1 parent 8540bed commit aba922f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/insite/component/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require_relative 'component_collection'
require_relative 'component_instance_methods'
require_relative '../methods/common_methods'
require 'pry'

# Allows the page object developer to encapsulate common web application features
# into components that can be reused across multiple pages.
module Insite
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require_relative 'angular_material_component'
require 'pry'

class MatChipList < AngularMaterialComponent
select_by tag_name: 'mat-chip-list'

Expand Down

0 comments on commit aba922f

Please sign in to comment.