class MockApplication
Public Instance Methods
force_update() { || ... }
click to toggle source
# File test/test_helper.rb, line 11 def force_update yield if block_given? end
refresh() { || ... }
click to toggle source
# File test/test_helper.rb, line 7 def refresh yield if block_given? end