Sha256: f695685180f805cfe3337320a8f894dc4f0f035f8b8d60e11b80af22cab62db7
Contents?: true
Size: 347 Bytes
Versions: 19
Compression:
Stored size: 347 Bytes
Contents
require 'rails_helper' describe "page/export" do fixtures :all before(:each) do view.stub(:current_user).and_return(User.friendly.find('enjuadmin')) end it "renders attributes in <p>" do render # Run the generator again with the --webrat flag if you want to use webrat matchers rendered.should match(/Export/) end end
Version data entries
19 entries across 19 versions & 1 rubygems