RSpec是一套改良版的xUnit測試框架,非常風行於Rails社群。 ... describe Order do before do @order = Order.new end context "when initialized" do it "should have ...
確定! 回上一頁