Remove model specs that are covered by factories_spec
This commit is contained in:
parent
e5adca1b81
commit
2c95074a5f
2 changed files with 0 additions and 12 deletions
|
@ -29,16 +29,6 @@ describe Event do
|
|||
it { should respond_to(:commits) }
|
||||
end
|
||||
|
||||
describe "Creation" do
|
||||
before do
|
||||
@event = Factory :event
|
||||
end
|
||||
|
||||
it "should create a valid event" do
|
||||
@event.should be_valid
|
||||
end
|
||||
end
|
||||
|
||||
describe "Push event" do
|
||||
before do
|
||||
project = Factory :project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue