Sha256: 168e11b44baa13ec8950a3d2816801630b07566985f2c4bb1c1f679c55721e31

Contents?: true

Size: 213 Bytes

Versions: 10

Compression:

Stored size: 213 Bytes

Contents

require 'spec_helper'

describe "HTML safe/raw", type: :feature do
  it 'should render html with the raw helper' do
    visit '/html_safe'

    expect(page).to have_selector('button[id="examplebutton"]')
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
volt-0.9.1 spec/integration/raw_html_binding.rb
volt-0.9.1.pre5 spec/integration/raw_html_binding.rb
volt-0.9.1.pre4 spec/integration/raw_html_binding.rb
volt-0.9.1.pre3 spec/integration/raw_html_binding.rb
volt-0.9.1.pre2 spec/integration/raw_html_binding.rb
volt-0.9.1.pre1 spec/integration/raw_html_binding.rb
volt-0.9.0 spec/integration/raw_html_binding.rb
volt-0.9.0.pre7 spec/integration/raw_html_binding.rb
volt-0.9.0.pre6 spec/integration/raw_html_binding.rb
volt-0.9.0.pre5 spec/integration/raw_html_binding.rb