]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
update bin/console and spec_helper to account for reworked gem namespacing
authorZoran <zoran@zurb.com>
Thu, 19 May 2016 16:47:58 +0000 (09:47 -0700)
committerZoran <zoran@zurb.com>
Thu, 19 May 2016 16:47:58 +0000 (09:47 -0700)
gem/bin/console
gem/spec/spec_helper.rb

index 3ea580e890faabfe4742f8022c04e8d78c1b67f9..6b228b7e528437692d53eec381e08ec327da1cb9 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env ruby
 
 require "bundler/setup"
-require "foundation/emails"
+require "foundation_emails"
 
 require "irb"
 IRB.start
index 631ded5f0af40c7933c8339149fe816ddd2cc3b3..8b474d2befa7b1094267af42b4fdc287047dd58f 100644 (file)
@@ -1,2 +1,2 @@
-$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
-require 'foundation/emails'
+$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
+require "foundation_emails"