spec/page_spec.rb in cello-0.0.19 vs spec/page_spec.rb in cello-0.0.21
- old
+ new
@@ -1,7 +1,8 @@
-require File.join(File.dirname(__FILE__), '../lib/cello/structure/page.rb')
+require File.join(File.dirname(__FILE__), '../lib/cello/pageobjects/page.rb')
+require File.dirname(__FILE__) + "/spec_helper"
-describe Cello::Structure::Page do
+describe Cello::PageObjects::Page do
describe "Create a page" do
end
describe "Visit the page" do
end
describe "Seach a specific text on the page" do