3

Hi I am trying to run test cases from padino/rails console running in test environment. I am unable to get the proper method invocations used by rake task to invoke test-unit library.

Running testcases from padrino/rails console should reduce the load time of ruby files

Some one please help me pointing out where the load tasks of rake execute before test-unit/rspec is invoked.

Sujith Ej
  • 111
  • 1
  • 4

1 Answers1

1

Try my version of irb-config. I use this for padrino console

https://github.com/Kshitij-Banerjee/irb-config

Kshitij Banerjee
  • 1,678
  • 1
  • 19
  • 35