From 5f3139b538d1ff58b719a72d7c7cf05a5b6136b5 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Wed, 2 Dec 2009 17:51:30 +0000 Subject: Part of upgrade to rails 2.3.2 --- spec/controllers/application_controller_spec.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 spec/controllers/application_controller_spec.rb (limited to 'spec/controllers/application_controller_spec.rb') 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 + -- cgit v1.2.3