From e010096f2a9c1f5ddecbad998051b210ba47b3dd Mon Sep 17 00:00:00 2001 From: pboling Date: Thu, 22 Oct 2009 14:59:23 -0400 Subject: fixed tests so that they actually run (and all pass) --- lib/sms_notifier.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/sms_notifier.rb b/lib/sms_notifier.rb index 644408a..c028a74 100644 --- a/lib/sms_notifier.rb +++ b/lib/sms_notifier.rb @@ -21,7 +21,6 @@ require 'yaml' # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. class SmsNotifier < ActionMailer::Base - @config = YAML::load(File.open("#{RAILS_ROOT}/config/sms_fu.yml")) def sms_message(recipient, message, sender_email) content_type "text/plain" @@ -39,4 +38,4 @@ class SmsNotifier < ActionMailer::Base self.template_root = view_path end -end \ No newline at end of file +end -- cgit v1.2.3