OSDN Git Service

3d1998f71b9dbf2b618cce3bd1217ebc6e7c9086
[pettanr/pettanr.git] / spec / requests / speach_baloons_spec.rb
1 require 'spec_helper'
2
3 describe "SpeachBaloons" do
4   describe "GET /speach_baloons" do
5     it "works! (now write some real specs)" do
6       # Run the generator again with the --webrat flag if you want to use webrat methods/matchers
7       get speach_baloons_path
8       response.status.should be(200)
9     end
10   end
11 end