devel
This commit is contained in:
parent
b4bc16ed14
commit
2afeebad53
49 changed files with 342 additions and 160 deletions
19
test/fixtures/events.yml
vendored
19
test/fixtures/events.yml
vendored
|
@ -1,19 +0,0 @@
|
|||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
user_id: 1
|
||||
priority: 1
|
||||
description: MyText
|
||||
category: MyString
|
||||
start: 2011-09-06 11:41:29
|
||||
stop: 2011-09-06 11:41:29
|
||||
allday: false
|
||||
|
||||
two:
|
||||
user_id: 1
|
||||
priority: 1
|
||||
description: MyText
|
||||
category: MyString
|
||||
start: 2011-09-06 11:41:29
|
||||
stop: 2011-09-06 11:41:29
|
||||
allday: false
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
|||
require 'test_helper'
|
||||
|
||||
class EventsHelperTest < ActionView::TestCase
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue