Conflicts:
	Gemfile
	Gemfile.lock
This commit is contained in:
Graham Kaplan
2014-04-05 19:27:05 -07:00
91 changed files with 1409 additions and 103 deletions
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class EventTypesHelperTest < ActionView::TestCase
end
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class EventsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class WorkshopFacilitatorsHelperTest < ActionView::TestCase
end
@@ -0,0 +1,4 @@
require 'test_helper'
class WorkshopRequestedResourcesHelperTest < ActionView::TestCase
end
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class WorkshopsHelperTest < ActionView::TestCase
end