further delete (spec files)

This commit is contained in:
yqbk
2016-07-04 16:59:30 +02:00
parent a98107479e
commit 2bb1362520
8 changed files with 6 additions and 174 deletions

View File

@ -1,9 +0,0 @@
require 'rails_helper'
describe Team do
let(:team) { described_class.create }
it 'validates the presence of a name' do
expect(team.errors[:name]).to be_present
end
end