Sha256: 4d765df060a98c2701b74283bf292c6b7c70a2b129fdb583b463d108012254c8
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
require File.dirname(__FILE__) + '/../../spec_helper' describe "ApplicationHelper" do helper_name 'admin/base' it 'page_title should be not define' do page_title_admin.should == 'Pictrails - Administration' end it 'page_title should be define' do @page_title = 'action' page_title_admin.should == "Pictrails - Administration - action" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pictrails-0.5.0 | spec/helpers/admin/admin_base_helper_spec.rb |