OSDN Git Service

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