webrat/spec/public/selenium/application_servers/external_spec.rb

13 lines
363 B
Ruby
Raw Normal View History

require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper')
require "webrat/selenium/application_servers/base"
require "webrat/selenium/application_servers/external"
describe Webrat::Selenium::ApplicationServers::External do
it "should just boot up with no exceptions" do
Webrat::Selenium::ApplicationServers::External.new.boot
end
end