1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

Merge pull request #487 from tjschuck/repo_url_updates

Update links to new repo URL
This commit is contained in:
Ryan Biesemeyer 2014-05-01 22:52:57 +00:00
commit c3d41c7652
3 changed files with 8 additions and 8 deletions

View file

@ -6,10 +6,10 @@ Poltergeist is a driver for [Capybara](https://github.com/jnicklas/capybara). It
run your Capybara tests on a headless [WebKit](http://webkit.org) browser,
provided by [PhantomJS](http://www.phantomjs.org/).
**If you're viewing this at https://github.com/jonleighton/poltergeist,
**If you're viewing this at https://github.com/teampoltergeist/poltergeist,
you're reading the documentation for the master branch.
[View documentation for the latest release
(1.5.0).](https://github.com/jonleighton/poltergeist/tree/v1.5.0)**
(1.5.0).](https://github.com/teampoltergeist/poltergeist/tree/v1.5.0)**
## Getting help ##
@ -17,7 +17,7 @@ Questions should be posted [on Stack
Overflow, using the 'poltergeist' tag](http://stackoverflow.com/questions/tagged/poltergeist).
Bug reports should be posted [on
GitHub](https://github.com/jonleighton/poltergeist/issues) (and be sure
GitHub](https://github.com/teampoltergeist/poltergeist/issues) (and be sure
to read the bug reporting guidance below).
## Installation ##

View file

@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.authors = ['Jon Leighton']
s.email = ['j@jonathanleighton.com']
s.homepage = 'http://github.com/jonleighton/poltergeist'
s.homepage = 'http://github.com/teampoltergeist/poltergeist'
s.summary = 'PhantomJS driver for Capybara'
s.description = 'Poltergeist is a driver for Capybara that allows you to '\
'run your tests on a headless WebKit browser, provided by '\

View file

@ -246,7 +246,7 @@ describe Capybara::Session do
end
end
# See https://github.com/jonleighton/poltergeist/issues/60
# See https://github.com/teampoltergeist/poltergeist/issues/60
it "fixes some weird layout issue that we're not entirely sure about the reason for" do
@session.visit '/poltergeist/datepicker'
@session.find(:css, '#datepicker').set('2012-05-11')
@ -304,7 +304,7 @@ describe Capybara::Session do
before do
@session.visit '/poltergeist/double_click_test'
end
it 'double clicks properly' do
@session.driver.resize(200, 200)
log = @session.find(:css, '#log')
@ -316,7 +316,7 @@ describe Capybara::Session do
end
end
end
context 'status code support', :status_code_support => true do
it 'determines status code when an user goes to a page by using a link on it' do
@session.visit '/poltergeist/with_different_resources'
@ -530,7 +530,7 @@ describe Capybara::Session do
end
end
# see https://github.com/jonleighton/poltergeist/issues/115
# see https://github.com/teampoltergeist/poltergeist/issues/115
it "handles obsolete node during an attach_file" do
@session.visit "/poltergeist/attach_file"
@session.attach_file "file", __FILE__