我已经完成了我能想到的所有事情,但我无法弄清楚为什么我的大多数测试都失败了。
所有代码都在这个要点中:https ://gist.github.com/rctneil/6232869
更新:
测试导致问题:
it { should ensure_inclusion_of(:on_ride_photo).in_array([true, false]) }
错误:
1) Coaster 验证应确保在 [true, false] 失败/错误中包含 on_ride_photo:它 { should ensure_inclusion_of(:on_ride_photo).in_array([true, false]) } [true, false] 与验证中的数组不匹配 # ./spec/models/coaster_spec.rb:96:in `block (3 levels) in '