Sha256: 0e5c831e805f279b2bbd8e1c6ff3a4ab9449779836677822a789c65a9012b09f

Contents?: true

Size: 1.31 KB

Versions: 17

Compression:

Stored size: 1.31 KB

Contents

# Padrino

cd fixtures/padrino_test
ln -s "../ashared/models" models
ln -s "../../ashared/views/" app/views
ln -s "../../ashared/migrate" db/migrate
ln ../../test/integration/posts_controller_test.rb test/app/controllers/posts_controller_test.rb
ln ../../test/integration/users_controller_test.rb test/app/controllers/users_controller_test.rb

# Rails 2

cd fixtures/rails2
ln -s "../../ashared/models" app/models
ln -s "../../ashared/views/" app/views
ln -s "../../ashared/migrate" db/migrate
ln ../../test/integration/posts_controller_test.rb test/functionals/posts_controller_test.rb
ln ../../test/integration/users_controller_test.rb test/functionals/users_controller_test.rb

# Rails 3

cd fixtures/rails3
ln -s "../../ashared/models" app/models
ln -s "../../ashared/views/" app/views
ln -s "../../ashared/migrate" db/migrate
ln ../../test/integration/posts_controller_test.rb test/functional/posts_controller_test.rb
ln ../../test/integration/users_controller_test.rb test/functional/users_controller_test.rb

# Sinatra

cd fixtures/sinatra_test
ln -s "../ashared/models" models
ln -s "../ashared/views/" views
ln -s "../../ashared/migrate" db/migrate
ln ../../test/integration/posts_controller_test.rb test/functional/posts_controller_test.rb
ln ../../test/integration/users_controller_test.rb test/functional/users_controller_test.rb

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
rabl-0.6.2 fixtures/ashared/NOTES
rabl-0.6.1 fixtures/ashared/NOTES
rabl-0.6.0 fixtures/ashared/NOTES
rabl-0.5.5.j fixtures/ashared/NOTES
rabl-0.5.5.i fixtures/ashared/NOTES
rabl-0.5.5.h fixtures/ashared/NOTES
rabl-0.5.5.g fixtures/ashared/NOTES
rabl-0.5.5.f fixtures/ashared/NOTES
rabl-0.5.5.e fixtures/ashared/NOTES
rabl-0.5.5.d fixtures/ashared/NOTES
rabl-0.5.5.c fixtures/ashared/NOTES
rabl-0.5.5.b fixtures/ashared/NOTES
rabl-0.5.5.a fixtures/ashared/NOTES
rabl-0.5.4 fixtures/ashared/NOTES
rabl-0.5.3 fixtures/ashared/NOTES
rabl-0.5.1 fixtures/ashared/NOTES
rabl-0.5.0 fixtures/ashared/NOTES