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

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