Sha256: fc2e905421d1aef04233a89b395ca574cbee98d55e0a2a9e7b65805af0055ce5
Contents?: true
Size: 315 Bytes
Versions: 3
Compression:
Stored size: 315 Bytes
Contents
$:.unshift(File.expand_path("../../lib", __FILE__)) require 'jubilee' require 'capybara/poltergeist' require 'capybara/rspec' require 'net/http' Capybara.app_host = "http://localhost:8080" Capybara.run_server = false Capybara.default_driver = :poltergeist def apps_dir File.expand_path("../apps", __FILE__) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jubilee-3.0.0.beta2-java | spec/spec_helper.rb |
jubilee-2.1.0.rc1-java | spec/spec_helper.rb |
jubilee-2.1.0.beta-java | spec/spec_helper.rb |