The working basics

This commit is contained in:
Godwin
2014-03-09 14:43:33 -06:00
parent b490a97852
commit db60933506
628 changed files with 81918 additions and 1060 deletions
@@ -0,0 +1,4 @@
require 'test_helper'
class ConferenceAdminsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class ConferenceHostOrganizationsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class ConferenceRegistrationResponsesHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class ConferenceRegistrationsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class ConferenceRegistratonFormFieldsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class ConferenceTypesHelperTest < ActionView::TestCase
end
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class ConferencesHelperTest < ActionView::TestCase
end
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class LocationsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class OrganizationStatusesHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class OrganizationsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class RegistrationFormFieldsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class UserOrganizationRelationshipsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class UserSessionsHelperTest < ActionView::TestCase
end
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class UsersHelperTest < ActionView::TestCase
end
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class VersionsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class WorkshopPresentationStylesHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class WorkshopResourcesHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class WorkshopStreamsHelperTest < ActionView::TestCase
end