Sha256: d569981ae948b359c9dc38f6dee1c8f59c9424b64a5c4a0bf163f6413bc63cdd

Contents?: true

Size: 200 Bytes

Versions: 5

Compression:

Stored size: 200 Bytes

Contents

require "minitest_helper"

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

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