event?? no no..album!
This commit is contained in:
parent
d48313b7d3
commit
69d6b5326a
2
app/helpers/albums_helper.rb
Normal file
2
app/helpers/albums_helper.rb
Normal file
|
@ -0,0 +1,2 @@
|
|||
module AlbumsHelper
|
||||
end
|
|
@ -1,2 +0,0 @@
|
|||
module EventsHelper
|
||||
end
|
7
test/fixtures/events.yml
vendored
7
test/fixtures/events.yml
vendored
|
@ -1,7 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
# one:
|
||||
# column: value
|
||||
#
|
||||
# two:
|
||||
# column: value
|
|
@ -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
|
|
@ -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
|
4
test/unit/helpers/albums_helper_test.rb
Normal file
4
test/unit/helpers/albums_helper_test.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
require 'test_helper'
|
||||
|
||||
class AlbumsHelperTest < ActionView::TestCase
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
require 'test_helper'
|
||||
|
||||
class EventsHelperTest < ActionView::TestCase
|
||||
end
|
1
vendor/plugins/restful_authentication
vendored
Submodule
1
vendor/plugins/restful_authentication
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 7235d9150e8beb80a819923a4c871ef4069c6759
|
Loading…
Reference in a new issue