Sha256: 2307117d1a413e98e2df02bfeaf1381cd828baff428b003940d17e626d22568d

Contents?: true

Size: 208 Bytes

Versions: 5

Compression:

Stored size: 208 Bytes

Contents

require "minitest_helper"

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

Version Path
sketchily-1.5.0 spec/features/sketchily_tag_spec.rb~
sketchily-1.4.1 spec/features/sketchily_tag_spec.rb~
sketchily-1.4.0 spec/features/sketchily_tag_spec.rb~
sketchily-1.3.0 spec/features/sketchily_tag_spec.rb~
sketchily-1.2.0 spec/features/sketchily_tag_spec.rb~