Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
timkoopmans committed Aug 8, 2016
1 parent 2319b58 commit c26c8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/real_page_objects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def method_missing method, *args, &block
home = HomePage.new(self)
home.visit
end
end.run(path: '/usr/share/jmeter-2.13/bin/', gui: true)
end.run(path: '/usr/share/jmeter/bin/', gui: true)
2 changes: 1 addition & 1 deletion examples/real_user_objects_github.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ def method_missing method, *args, &block
user.view_branch '/flood-io/ruby-jmeter/tree/v2.11.8'

end
end.run(path: '/usr/share/jmeter-2.13/bin/', gui: true)
end.run(path: '/usr/share/jmeter/bin/', gui: true)

0 comments on commit c26c8f0

Please sign in to comment.