Sha256: ae1cb84be341d3cf9356926a6ecef6e4f6d71359575120c1d0c18245b1498ca9
Contents?: true
Size: 254 Bytes
Versions: 24
Compression:
Stored size: 254 Bytes
Contents
require "spec_helper" describe "Capybara" do describe "Without :sauce tagging", :js => true, :type => :feature do it "should connect using the port", :js => true do visit "/" expect(page).to have_content "Hello Sauce!" end end end
Version data entries
24 entries across 24 versions & 2 rubygems