From 50c3a7bca51fb246f03fd6ed6d72f6e34f352fe8 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 6 Jul 2013 14:43:42 +0200 Subject: [PATCH] Remove the test that validates asciicast factory --- spec/models/asciicast_spec.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/models/asciicast_spec.rb b/spec/models/asciicast_spec.rb index d4095c8..3523510 100644 --- a/spec/models/asciicast_spec.rb +++ b/spec/models/asciicast_spec.rb @@ -1,10 +1,6 @@ require 'spec_helper' describe Asciicast do - it "has valid factory" do - FactoryGirl.build(:asciicast).should be_valid - end - describe '.assign_user' do let(:user) { FactoryGirl.create(:user) } let(:token) { 'token' }