https://github.com/denuk96/thinkiny/blob/8b5091dad1f0c62c722b60ed9402a6c945331991/spec/models/lesson_spec.rb#L25 naming must be it "#method_name" if it an object method naming must be it ".method_name" if it a class method look at http://www.betterspecs.org/
thinkiny/spec/models/lesson_spec.rb
Line 25 in 8b5091d
naming must be it "#method_name" if it an object method
naming must be it ".method_name" if it a class method
look at http://www.betterspecs.org/