Skip to content

Instantly share code, notes, and snippets.

@gramos
Created September 30, 2010 18:38
Show Gist options
  • Save gramos/605074 to your computer and use it in GitHub Desktop.
Save gramos/605074 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe VqaLicense do
before(:each) do
@valid_attributes = {
}
end
it "should create a new instance given valid attributes" do
VqaLicense.create!(@valid_attributes)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment