Initial Commit from Base app
[base_ror3_portal.git] / spec / controllers / portal_controller_spec.rb
blobb9fb5d27c557c62c5bcea381e7339c2c652122af
1 require 'spec_helper'
3 describe PortalController do
5   describe "GET 'index'" do
6     it "should be successful" do
7       get 'index'
8       response.should be_success
9     end
10   end
12 end