OSDN Git Service

add test
[pettanr/pettanr.git] / spec / views / system_pictures / show.html.erb_spec.rb
1 require 'spec_helper'
2
3 describe "system_pictures/show.html.erb" do
4   before(:each) do
5     @system_picture = assign(:system_picture, stub_model(SystemPicture))
6   end
7
8   it "renders attributes in <p>" do
9     render
10   end
11 end