event?? no no..album!

rails2
Espen Antonsen 2009-05-22 14:28:22 +02:00
parent d48313b7d3
commit 69d6b5326a
8 changed files with 8 additions and 22 deletions

View File

@ -0,0 +1,2 @@
module AlbumsHelper
end

View File

@ -1,2 +0,0 @@
module EventsHelper
end

View File

@ -1,7 +0,0 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
# one:
# column: value
#
# two:
# column: value

View File

@ -1,6 +1,6 @@
require 'test_helper'
class EventTest < ActiveSupport::TestCase
class AlbumControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true

View File

@ -1,8 +0,0 @@
require 'test_helper'
class EventsControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View File

@ -0,0 +1,4 @@
require 'test_helper'
class AlbumsHelperTest < ActionView::TestCase
end

View File

@ -1,4 +0,0 @@
require 'test_helper'
class EventsHelperTest < ActionView::TestCase
end

@ -0,0 +1 @@
Subproject commit 7235d9150e8beb80a819923a4c871ef4069c6759