Remove unused fixtures and models from AP tests

This commit is contained in:
Łukasz Strzałkowski 2013-08-06 00:35:34 +02:00
parent b5410a73ec
commit 1538395d4c
7 changed files with 0 additions and 12 deletions

@ -1 +0,0 @@
<%= greeting %>: <%= customer.name %>

@ -1 +0,0 @@
<%= form.label :title %>

@ -1 +0,0 @@
Living in a nested world

@ -1 +0,0 @@
<%= greeting %> good customer: <%= good_customer.name %><%= good_customer_counter %>

@ -1 +0,0 @@
Hello world!

@ -1 +0,0 @@
<%= question.name %>

@ -28,12 +28,6 @@ def persisted?
end
end
class BadCustomer < Customer
end
class GoodCustomer < Customer
end
class ValidatedCustomer < Customer
def errors
if name =~ /Sikachu/i