Correct typo in docs

A leftover `end` was left from the boilerplate.
This commit is contained in:
Jeroen Visser 2016-04-13 11:04:29 +02:00 committed by Elliot Winkler
parent bb76d55e59
commit e6bc6d99e9
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ module Shoulda
# # RSpec
# RSpec.describe Process, type: :model do
# it { should define_enum_for(:status) }
# end
# end
#
# # Minitest (Shoulda)