Skip to content

Commit 3327265

Browse files
committed
Fix typo
1 parent b5e016c commit 3327265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/units/app_env/console_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class ConsoleTest < ActiveSupport::TestCase
2626
end
2727
end
2828

29-
test "#colorized_env shorten Rails.app_env to dev when Rails.app_env is production" do
29+
test "#colorized_env shorten Rails.app_env to prod when Rails.app_env is production" do
3030
Rails.stub :app_env, "production" do
3131
Rails.stub :env, "bar" do
3232
console = Console.new(nil)

0 commit comments

Comments
 (0)