Sha256: 11fa408b492b0bc24ccc126461bb0ba96390c62f0ec9dc0013d5ce4ad89a4b8f
Contents?: true
Size: 213 Bytes
Versions: 11
Compression:
Stored size: 213 Bytes
Contents
require 'spec_helper' feature "Things admin" do background do # mocha_teardown end scenario "Viewing a list of things" do visit "/things" page.should have_content("things") # flunk end end
Version data entries
11 entries across 11 versions & 1 rubygems