mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
delete obsolete spec
This commit is contained in:
parent
3752658e94
commit
44bdf818f3
1 changed files with 0 additions and 6 deletions
|
@ -36,12 +36,6 @@ describe Capybara::Session do
|
|||
@session.current_path.should == '/'
|
||||
end
|
||||
|
||||
it "returns the text of a title element" do
|
||||
@session.visit('/poltergeist/simple')
|
||||
node = @session.find('//title')
|
||||
node.text.should == "Test"
|
||||
end
|
||||
|
||||
context "when someone (*cough* prototype *cough*) messes with Array#toJSON" do
|
||||
before do
|
||||
@session.visit("/poltergeist/index")
|
||||
|
|
Loading…
Add table
Reference in a new issue