blob: 875d7d224c0b6a3f8beb4b5eaf84146e49e58db7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe ApplicationController, "when authenticating user" do
integrate_views
fixtures :users
# it "blah" do
# end
end
|