OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / spec / views / baloon_types / show.html.erb_spec.rb
1 require 'spec_helper'
2
3 describe "baloon_types/show.html.erb" do
4   before(:each) do
5     @baloon_type = assign(:baloon_type, stub_model(BaloonType))
6   end
7
8   it "renders attributes in <p>" do
9     render
10   end
11 end