- Run
$ createdb uniq-db-testto create DB - Run example with Ruby (e.g.,
$ ruby 1_find_or_create_by_single_thread.rb)
With many successful INSERTs
Warming up --------------------------------------
| #Model | |
| @user.should have(1).error_on(:username) # Checks whether there is an error in username | |
| @user.errors[:username].should include("can't be blank") # check for the error message | |
| #Rendering | |
| response.should render_template(:index) | |
| #Redirecting | |
| response.should redirect_to(movies_path) |