aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/content_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/content_test.rb')
-rw-r--r--test/unit/content_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/content_test.rb b/test/unit/content_test.rb
index 5299ae3f8f..e5773361e4 100644
--- a/test/unit/content_test.rb
+++ b/test/unit/content_test.rb
@@ -1,6 +1,6 @@
require_relative '../test_helper'
-module ActiveText
+module ActionText
class ContentTest < ActiveSupport::TestCase
test "plain text conversion" do
message = Message.create!(subject: "Greetings", content: "<h1>Hello world</h1>")