Skip to content

Instantly share code, notes, and snippets.

@gerhard
Created November 5, 2008 16:33
Show Gist options
  • Save gerhard/22366 to your computer and use it in GitHub Desktop.
Save gerhard/22366 to your computer and use it in GitHub Desktop.
it 'should include default stylesheets if asked to do so' do
@it.stylesheets_include(:default => true).should include("href=\"/stylesheets/sites/default_style.css\"")
@it.stylesheets_include(:default => true).should include("href=\"/stylesheets/sites/forms.css\"")
@it.stylesheets_include(:default => true).should include("href=\"/stylesheets/sites/icons.css\"")
@it.stylesheets_include(:default => true).should include("href=\"/stylesheets/sites/jgpsearch.css\"")
@it.stylesheets_include(:default => true).should include("href=\"/stylesheets/sites/ola.css\"")
@it.stylesheets_include(:default => true).should include("href=\"/stylesheets/sites/tables.css\"")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment