diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-02 17:56:17 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-02 17:56:17 +0000 |
commit | 1bbb3f950f8bee92bf8a39e6f18c3278f1bab11d (patch) | |
tree | 5d0312d5d00446cd1454a5e1c799cd89d57b10d6 /spec/controllers | |
parent | 5f3139b538d1ff58b719a72d7c7cf05a5b6136b5 (diff) |
Changing rspec / rspec_on_rails version
Diffstat (limited to 'spec/controllers')
-rw-r--r-- | spec/controllers/application_spec.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/controllers/application_spec.rb b/spec/controllers/application_spec.rb deleted file mode 100644 index af2ea1634..000000000 --- a/spec/controllers/application_spec.rb +++ /dev/null @@ -1,10 +0,0 @@ -require File.dirname(__FILE__) + '/../spec_helper' - -describe ApplicationController, "when authenticating user" do - integrate_views - fixtures :users - -# it "blah" do -# end -end - |