features/load_page_objects.feature in chemistrykit-2.1.0 vs features/load_page_objects.feature in chemistrykit-3.0.0
- old
+ new
@@ -4,13 +4,13 @@
Scenario: Load the libs first
Given I run `ckit new big-project`
And I cd to "big-project"
And a file named "config.yaml" with:
"""
- jar: '../../../vendor/selenium-server-standalone-2.33.0.jar'
- log: 'evidence'
- host: 'localhost'
+ selenium_connect:
+ log: 'evidence'
+ host: 'localhost'
"""
And a file named "formulas/big.rb" with:
"""
module Formulas
class BigProject < Formula
@@ -32,10 +32,10 @@
end
end
end
"""
- And a file named "beaker/big_beaker.rb" with:
+ And a file named "beakers/big_beaker.rb" with:
"""
describe "Big", :depth => 'shallow' do
let(:book) { Formulas::BigProject.new(@driver) }
it "loads an external web page" do