Sha256: f88612a18888ec9e3700e9e4a1083f4f99539fd878347abba144fe1fd699ac3b
Contents?: true
Size: 405 Bytes
Versions: 19
Compression:
Stored size: 405 Bytes
Contents
require 'rails_helper' describe "page/statistics" do fixtures :all before(:each) do @profile = assign(:profile, profiles(:admin)) 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(/Statistics/) end end
Version data entries
19 entries across 19 versions & 1 rubygems