Sha256: 695f14f1dc99e6a6fa6ad749c916324f789c3fee45d1bf0cf729e9e0b77543db
Contents?: true
Size: 356 Bytes
Versions: 25
Compression:
Stored size: 356 Bytes
Contents
# encoding: UTF-8 require File.expand_path(File.dirname(__FILE__) + '/acceptance_helper') class HamlController < ApplicationController end feature 'haml' do %w[softbank au docomo].each do |s| scenario "for #{s}", :driver => s.to_sym do visit '/haml' page.body.should include('<br />') page.should have_css('br') end end end
Version data entries
25 entries across 25 versions & 1 rubygems