Sha256: 16ed3c38520b0cd2d26213d2e38eaee85aedfc6c8b0174461729b37e910a64e8
Contents?: true
Size: 368 Bytes
Versions: 15
Compression:
Stored size: 368 Bytes
Contents
require 'rails_helper' describe "page/configuration" 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(/System configuration/) end end
Version data entries
15 entries across 15 versions & 1 rubygems