2011-10-14から1日間の記事一覧

Ruby on Rails Tutorial (4)

昨晩の続きですな。登録成功、な spec が以下。 describe "success" do before(:each) do @attr = { :name => "New User", :email => "user@example.com", :password => "foobar", :password_confirmation => "foobar" } end it "should create a user" do l…