I am running rspec with spork and I cannot get the file in lib to reboot on successive rspec starts. I tried to request a file in the "Spork.each_run" folder
I do not get any answers, so I will try to explain further. I have the following files in a Rails application:
- Library /car.rb
- Specifications / Library / car _spec.rb
To run the tests, first run spork, then run "rspec spec / lib / car_spec.rb"
RSpec does not see my changes in my Car class unless I restart spork.
Any help?
I am:
- rails 3.1.0.rc6
- rspec 2.6.0
- spork 0.9.0.rc9
ruby ruby-on-rails rspec spork
Austin
source share