Remove the test that validates asciicast factory
This commit is contained in:
parent
1dd74b90b9
commit
50c3a7bca5
@ -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' }
|
||||
|
Loading…
Reference in New Issue
Block a user