Skip to content

Instantly share code, notes, and snippets.

@cola-zero
Created October 7, 2011 06:47
Show Gist options
  • Save cola-zero/1269631 to your computer and use it in GitHub Desktop.
Save cola-zero/1269631 to your computer and use it in GitHub Desktop.
user spec which save data to database.
require 'spec_helper'
describe "User Model" do
let(:user) { User.save }
it 'can be created' do
user.should_not be_nil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment