webficient (owner)

Revisions

gist: 210712 Download_button fork
public
Description:
Adding Stubble gem to test helper
Public Clone URL: git://gist.github.com/210712.git
Embed All Files: show embed
test_helper.rb #
1
2
3
4
5
6
7
require 'stubble'
 
Stubble.configure {|stubble| stubble.stub_with :mocha}
 
class ActionController::TestCase
  include Stubble
end