OSDN Git Service

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