lib/remarkable/active_model/base.rb in remarkable_activemodel-4.0.0.alpha2 vs lib/remarkable/active_model/base.rb in remarkable_activemodel-4.0.0.alpha3

- old
+ new

@@ -152,10 +152,10 @@ # messsage from within the model, using already existent structure inside # ActiveModel. # # This allows a couple things from the user side: # - # 1. Rspecify symbols in their tests: + # 1. RSpecify symbols in their tests: # # should_allow_values_for(:shirt_size, 'S', 'M', 'L', :message => :inclusion) # # As we know, allow_values_for searches for a :invalid message. So if we # were testing a validates_inclusion_of with allow_values_for, previously