repo.or.cz
/
base_ror3_portal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Initial Commit from Base app
[base_ror3_portal.git]
/
spec
/
controllers
/
portal_controller_spec.rb
blob
b9fb5d27c557c62c5bcea381e7339c2c652122af
1
require 'spec_helper'
2
3
describe PortalController do
4
5
describe "GET 'index'" do
6
it "should be successful" do
7
get 'index'
8
response.should be_success
9
end
10
end
11
12
end