From 06252081cd58732c76c14801c3d67c1b3be97dcc Mon Sep 17 00:00:00 2001 From: francis Date: Thu, 8 Nov 2007 12:51:04 +0000 Subject: Some test stubs to force them into code coverage. --- spec/controllers/application_spec.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spec/controllers/application_spec.rb (limited to 'spec/controllers/application_spec.rb') diff --git a/spec/controllers/application_spec.rb b/spec/controllers/application_spec.rb new file mode 100644 index 000000000..871672e8e --- /dev/null +++ b/spec/controllers/application_spec.rb @@ -0,0 +1,9 @@ +require File.dirname(__FILE__) + '/../spec_helper' + +describe ApplicationController, "when authenticating user" do + fixtures :users + +# it "blah" do +# end +end + -- cgit v1.2.3