diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-04 14:33:17 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-04 14:33:17 +0000 |
commit | 84c431e350bb65b713c18870425b974aa2fe773d (patch) | |
tree | fe93e0199d343bfc856fabddbad729832acb4352 /spec/controllers/application_controller_spec.rb | |
parent | 81fa07c4baa3f3ff01cdb5181d0870f20340cd5b (diff) | |
parent | 3ffcf940f089f0d3c6a8cc9ca8c88803010bc415 (diff) |
Merge branch 'master' into francis-profile-photo
Diffstat (limited to 'spec/controllers/application_controller_spec.rb')
-rw-r--r-- | spec/controllers/application_controller_spec.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/controllers/application_controller_spec.rb b/spec/controllers/application_controller_spec.rb new file mode 100644 index 000000000..af2ea1634 --- /dev/null +++ b/spec/controllers/application_controller_spec.rb @@ -0,0 +1,10 @@ +require File.dirname(__FILE__) + '/../spec_helper' + +describe ApplicationController, "when authenticating user" do + integrate_views + fixtures :users + +# it "blah" do +# end +end + |