Sha256: 952242ecb9ea0f7a656e3dff58dcadfd98430bd925703019bdbf26bf7ce22ff2
Contents?: true
Size: 431 Bytes
Versions: 8
Compression:
Stored size: 431 Bytes
Contents
require 'spec_helper' describe "RSpec Configuration" do describe "configuring Capybara without Cucumber" do it "should not set the driver to selenium_with_firebug by default" do Capybara.current_driver.should_not == :selenium_with_firebug end it "should set the driver to selenium_with_firebug when tagged", :firebug => true do Capybara.current_driver.should == :selenium_with_firebug end end end
Version data entries
8 entries across 8 versions & 1 rubygems