TeX and CSS tweaks.
Sync with latest Instiki Trunk (Updates Rails to 1.2.2)
This commit is contained in:
parent
0ac586ee25
commit
c358389f25
443 changed files with 24218 additions and 9823 deletions
5
vendor/rails/railties/lib/test_help.rb
vendored
5
vendor/rails/railties/lib/test_help.rb
vendored
|
@ -1,6 +1,6 @@
|
|||
require 'application'
|
||||
require_dependency 'application'
|
||||
|
||||
# Make double-sure the RAILS_ENV is set to test,
|
||||
# Make double-sure the RAILS_ENV is set to test,
|
||||
# so fixtures are loaded to the right database
|
||||
silence_warnings { RAILS_ENV = "test" }
|
||||
|
||||
|
@ -12,6 +12,7 @@ require 'action_web_service/test_invoke'
|
|||
require 'breakpoint'
|
||||
|
||||
Test::Unit::TestCase.fixture_path = RAILS_ROOT + "/test/fixtures/"
|
||||
ActionController::IntegrationTest.fixture_path = Test::Unit::TestCase.fixture_path
|
||||
|
||||
def create_fixtures(*table_names)
|
||||
Fixtures.create_fixtures(RAILS_ROOT + "/test/fixtures", table_names)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue