appearance_spec.rb 186 Bytes
require 'spec_helper'

describe Appearance do
  before(:each) do
  end

  it "should create a new instance given valid attributes" do
    Appearance.create!(@valid_attributes)
  end
end