Sha256: 971170beb9bede283af50a2da6c4e8d76a7687f6759fdb4a6e5eb837b061078d
Contents?: true
Size: 277 Bytes
Versions: 5
Compression:
Stored size: 277 Bytes
Contents
require "minitest_helper" # To be handled correctly by Capybara this spec must end with "Feature Test" feature "Sketchily Feature Test" do scenario "should render the sketchily html" do visit sketchily_path page.must_have_selector("#svgedit_drawing_svg") end end
Version data entries
5 entries across 5 versions & 1 rubygems