RailsCasts Pro episodes are now free!

Learn more or hide this

N. Hodoshima's Profile

GitHub User: hodosan

Comments by N. Hodoshima

Avatar

i had same trouble in rspec-rails 2.14.0.

Because of rspec-mocks syntax changed. 'allow' matcher can't use.

Only rename :allow to :other_name, then the code works well.