Sha256: 1bf79f645204134b7673adaa8f8f4d6b22b83aa942f5b656c26d99d1a860fe8c
Contents?: true
Size: 377 Bytes
Versions: 2
Compression:
Stored size: 377 Bytes
Contents
require File.dirname(__FILE__) + "/../lib/toadhopper/test" require 'test/unit' class Toadhopper::TestTest < Test::Unit::TestCase include Toadhopper::Test::Methods def test_stub_toadhopper_post! stub_toadhopper_post! Toadhopper.post!(:error, :options, :header_options) assert_equal [:error, :options, :header_options], last_toadhopper_post_arguments end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
toolmantim-toadhopper-0.5 | test/test_test.rb |
toadhopper-0.5 | test/test_test.rb |