Functional Test
Version
This document applies to Rubricks-0.5.x
Configuration
Edit /config/environment.rb
ENV['RUBRICKS_TEST'] = 'true'
When you wanna run only a specific test
[RAILS_ROOT]> rake test_functional TEST=test/functional/xxx_xxx_controller_test.rb
