Sha256: 88128f007bf9f0da2660bd9b866991fa11c5d7b02ae1681547a6ddafffa85421
Contents?: true
Size: 499 Bytes
Versions: 3
Compression:
Stored size: 499 Bytes
Contents
require File.expand_path("#{File.dirname(__FILE__)}/selenium_spec_helper") describe Spec::Rails::Example::SeleniumExampleGroup do describe "#describe" do it "creates a SeleniumExampleGroup when in the webrat directory" do is_a?(Spec::Rails::Example::SeleniumExampleGroup).should be_true end end describe "GET /users" do it "works" do visit users_path wait_for do current_dom.text.include?("All your users are belong to us") end end end end
Version data entries
3 entries across 3 versions & 3 rubygems