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