Rails3: replace "all" fixtures at test/functional/calendars_controller_test.rb
Following error raises. Fixture::FormatError: Bad data for Configuration::Empty fixture named default (nil) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7490 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
ceb4a6f3fb
commit
b9d4e4dd67
|
@ -1,7 +1,14 @@
|
|||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class CalendarsControllerTest < ActionController::TestCase
|
||||
fixtures :all
|
||||
fixtures :projects,
|
||||
:trackers,
|
||||
:projects_trackers,
|
||||
:roles,
|
||||
:member_roles,
|
||||
:members,
|
||||
:auth_sources,
|
||||
:enabled_modules
|
||||
|
||||
def test_calendar
|
||||
get :show, :project_id => 1
|
||||
|
|
Loading…
Reference in New Issue