Sha256: 121ce1366731350c8e026ec3b176392097b97aef57c36bacda0fe97b4f16d3e8
Contents?: true
Size: 285 Bytes
Versions: 5
Compression:
Stored size: 285 Bytes
Contents
require "minitest_helper" # To be handled correctly by Capybara this spec must end with "Feature Test" feature "Sketchily Tag Feature Test" do scenario "should render the sketchily_tag html" do visit sketchily_tag_path page.must_have_selector("#svgedit_drawing") end end
Version data entries
5 entries across 5 versions & 1 rubygems