I am using RSpec with RoR 4.1, if I run
bundle exec rspec spec/requests/citilink_request_spec.rb
or
bundle exec rspec spec
Then rspec will load the files correctly if it is the first execution, but at the second execution, it'll load the cached file. I can confirm this that the backtrace produced refer to the old point which I swapped with comment. It refers to a comment!
How can I disable this functionality, it shouldn't be de default setting IMHO.