Sha256: 820677e40077121e001a462c5bf8d5cb9439fa11004900a24654af815c947381
Contents?: true
Size: 379 Bytes
Versions: 26
Compression:
Stored size: 379 Bytes
Contents
require 'spec_helper' describe "resource_export_files/show" do before(:each) do @resource_export_file = assign(:resource_export_file, stub_model(ResourceExportFile)) view.stub(:current_user).and_return(User.find(1)) end it "renders attributes in <p>" do render # Run the generator again with the --webrat flag if you want to use webrat matchers end end
Version data entries
26 entries across 26 versions & 1 rubygems