Sha256: c7c167bad734da3066100b42ded4121f263a465299bbd6df7771570c8e316392
Contents?: true
Size: 214 Bytes
Versions: 35
Compression:
Stored size: 214 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
35 entries across 35 versions & 1 rubygems