Sha256: 7bf90079bf5cdf1b0479df4fd5de2d5a3c7b7e45140c3a31d251d1def92f4cfd

Contents?: true

Size: 190 Bytes

Versions: 7

Compression:

Stored size: 190 Bytes

Contents

require 'spec_helper'

describe "Sketchily integration" do
  it "should render the sketchily html" do
    visit sketchily_path
    page.must_have_selector('#svgedit_drawing_svg')
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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