Sha256: 564ed1b6668f1ced6703eeed5ce9952fe4a7b6d0d661c3d9207796f6f1f9fa0e
Contents?: true
Size: 358 Bytes
Versions: 10
Compression:
Stored size: 358 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.source.should include('<br />') page.should have_css('br') end end end
Version data entries
10 entries across 10 versions & 1 rubygems