OSDN Git Service

add controller songs_controller
[praisedb/praisedb.git] / spec / controllers / songs_controller_spec.rb
1 require 'spec_helper'
2
3 describe SongsController do
4
5   #Delete this example and add some real ones
6   it "should use SongsController" do
7     controller.should be_an_instance_of(SongsController)
8   end
9
10 end