Adding pamela but I'm dumb and messed up routing
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
mac: MyString
|
||||
ip: MyString
|
||||
action: MyString
|
||||
|
||||
two:
|
||||
mac: MyString
|
||||
ip: MyString
|
||||
action: MyString
|
||||
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
|
||||
|
||||
one:
|
||||
user:
|
||||
mac: MyString
|
||||
ip: MyString
|
||||
since: 2013-01-31 19:19:49
|
||||
refreshed: 2013-01-31 19:19:49
|
||||
active: false
|
||||
|
||||
two:
|
||||
user:
|
||||
mac: MyString
|
||||
ip: MyString
|
||||
since: 2013-01-31 19:19:49
|
||||
refreshed: 2013-01-31 19:19:49
|
||||
active: false
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PamelaControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PamelaHelperTest < ActionView::TestCase
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class MacLogTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class MacTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user