1
0
Fork 0
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:
Jon Leighton 2013-03-03 15:25:03 +00:00
parent 3752658e94
commit 44bdf818f3

View file

@ -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")