]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
update gem tests for gem's new namespacing
authorZoran <zoran@zurb.com>
Thu, 19 May 2016 16:54:54 +0000 (09:54 -0700)
committerZoran <zoran@zurb.com>
Thu, 19 May 2016 16:54:54 +0000 (09:54 -0700)
gem/lib/foundation_emails.rb
gem/spec/foundation/emails_spec.rb

index 7dae77448845db52a72b5697e9c1706c8c4a53c3..ef054fa946bc6ca26220262644bcb988e363a864 100644 (file)
@@ -1,3 +1,4 @@
+require "foundation_emails/version"
 require "foundation_emails/engine"
 
 module FoundationEmails
index 727feea7c6c7c01e55227a5ba992eb0c37eadb26..95071f36f970c53629e74cb2ce6540dac2ab5b96 100644 (file)
@@ -1,7 +1,7 @@
 require "spec_helper"
 
-describe Foundation::Emails do
+describe FoundationEmails do
   it "has a version number" do
-    expect(Foundation::Emails::VERSION).not_to be nil
+    expect(FoundationEmails::VERSION).not_to be nil
   end
 end