Sha256: 2db6774761a6c4229710b2dcbdc32050cd5b65e430695b22ab9e2a8df1d72b5d
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 Bytes
Contents
require "test_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 @drawing = Drawing.create visit sketchily_drawing_path(@drawing) page.must_have_selector("#svgedit_drawing_svg") end end
Version data entries
4 entries across 2 versions & 1 rubygems