diff options
| author | pboling | 2009-10-22 14:59:23 -0400 |
|---|---|---|
| committer | pboling | 2009-10-22 14:59:23 -0400 |
| commit | e010096f2a9c1f5ddecbad998051b210ba47b3dd (patch) | |
| tree | 68d13a36dce41aebfbc3f826b7b1289725a17e4d /lib/sms_notifier.rb | |
| parent | 0411f1f60ae8be13ac4a732a48e44d3153441002 (diff) | |
| download | sms-fu-e010096f2a9c1f5ddecbad998051b210ba47b3dd.tar.bz2 | |
fixed tests so that they actually run (and all pass)
Diffstat (limited to 'lib/sms_notifier.rb')
| -rw-r--r-- | lib/sms_notifier.rb | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
