Every request spec runs inside an Integration::Session hence just add:
before { host! 'mysubdomain.example.com' }
This of course works for Rails3+Rspec2.
Mikamai developers blog
Every request spec runs inside an Integration::Session hence just add:
before { host! 'mysubdomain.example.com' }
This of course works for Rails3+Rspec2.
Leave a Reply