Rspec 3 syntax

This commit is contained in:
Adam Meehan
2015-12-29 14:55:03 +11:00
parent 1ddf0f1b0f
commit 08b16f155c
13 changed files with 150 additions and 149 deletions

View File

@@ -5,7 +5,6 @@ module TestModel
include ActiveModel::AttributeMethods
included do
attribute_method_suffix ""
attribute_method_suffix "="
cattr_accessor :model_attributes
end