mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-17 15:50:13 +01:00
forgot to add these
This commit is contained in:
parent
86afd42148
commit
fde64e0b3d
145 changed files with 9044 additions and 0 deletions
20
backup.rails2.3/plugins/swf_fu/test/test_helper.rb
Normal file
20
backup.rails2.3/plugins/swf_fu/test/test_helper.rb
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
require 'test/unit'
|
||||
require 'rubygems'
|
||||
gem 'activesupport', '~> 2.3'
|
||||
require 'active_support'
|
||||
gem 'activerecord', '~> 2.3'
|
||||
require 'active_record'
|
||||
gem 'actionpack', '~> 2.3'
|
||||
require 'active_support'
|
||||
require 'action_view'
|
||||
require 'action_controller'
|
||||
|
||||
#require File.dirname(__FILE__)+'/../../../../config/environment.rb'
|
||||
require 'action_view/test_case'
|
||||
require "action_controller/test_process"
|
||||
require 'shoulda'
|
||||
require File.dirname(__FILE__) + '/../init'
|
||||
|
||||
def assert_starts_with(start, what)
|
||||
assert what.starts_with?(start), "#{what} does not start with #{start}"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue