aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/application_spec.rb
blob: 871672e8ef11bcbeb045256fc97c11cf77f43891 (plain)
1
2
3
4
5
6
7
8
9
require File.dirname(__FILE__) + '/../spec_helper'

describe ApplicationController, "when authenticating user" do
    fixtures :users
  
#    it "blah" do
#    end
end