From b6754d92b7ddaad61df52a7a23a7a2c305077930 Mon Sep 17 00:00:00 2001 From: maxwell Date: Wed, 15 Dec 2010 12:11:47 -0800 Subject: [PATCH] adding basic notification class --- spec/models/notfication_spec.rb | 5 ----- spec/models/notification.rb | 3 --- 2 files changed, 8 deletions(-) delete mode 100644 spec/models/notfication_spec.rb delete mode 100644 spec/models/notification.rb diff --git a/spec/models/notfication_spec.rb b/spec/models/notfication_spec.rb deleted file mode 100644 index f2f6d240f..000000000 --- a/spec/models/notfication_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -# Copyright (c) 2010, Diaspora Inc. This file is -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. - -require 'spec_helper' diff --git a/spec/models/notification.rb b/spec/models/notification.rb deleted file mode 100644 index b0ae52638..000000000 --- a/spec/models/notification.rb +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright (c) 2010, Diaspora Inc. This file is -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file.