Guest User

Untitled

a guest
Feb 28th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. require File.dirname(__FILE__)+'/spec_helper'
  2. describe "creation" do
  3. it "should not blow a fat dick" do
  4. user = User.create(:login => 'atmos', :password => 'food', :password_confirmation => 'food')
  5.  
  6. user.created_at.should_not be_nil
  7. end
  8. end
Add Comment
Please, Sign In to add comment