require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe SamplePrepKit do before(:each) do @valid_attributes = { :name => "value for name" } end it "should create a new instance given valid attributes" do SamplePrepKit.create!(@valid_attributes) end end