OSDN Git Service

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