13 lines
357 B
Ruby
13 lines
357 B
Ruby
require File.expand_path(File.dirname(__FILE__) + '/../../../spec_helper')
|
|
|
|
require "webrat/selenium/application_server"
|
|
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
|