Sha256: a59fcb28f16b2b36d9156b751b6c62810fcae9c260654e11adbf058092827378
Contents?: true
Size: 412 Bytes
Versions: 19
Compression:
Stored size: 412 Bytes
Contents
require 'rails_helper' describe "page/opensearch" do fixtures :all before(:each) do assign(:library_group, LibraryGroup.site_config) view.stub(:current_user).and_return(User.friendly.find('enjuadmin')) end it "renders the XML template" do render # Run the generator again with the --webrat flag if you want to use webrat matchers rendered.should match(/Library Catalog/) end end
Version data entries
19 entries across 19 versions & 1 rubygems