OSDN Git Service

0826e7616fc2bf2a65ae8067303fe909aa73f8d9
[pettanr/pettanr.git] / spec / requests / baloon_templates_spec.rb
1 require 'spec_helper'
2
3 describe "BaloonTemplates" do
4   describe "GET /baloon_templates" 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 baloon_templates_path
8       response.status.should be(200)
9     end
10   end
11 end