artifice icon indicating copy to clipboard operation
artifice copied to clipboard

Replaces Net::HTTP with a subclass that routes all requests to a Rack application

Results 12 artifice issues
Sort by recently updated
recently updated
newest added

Bumps [rack](https://github.com/rack/rack) from 1.3.2 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Currently says `N/A`: https://rubygems.org/gems/artifice

Not sure if paulj has submitted a pull request to you, but he has a fix worth merging: http://github.com/paulj/artifice/commit/6511e455b00792c663b054e541ba2a61a1a4ee88 If I create a Net::HTTP request like so: request = Net::HTTP::Post.new(url.path,...

I added an Artifice.reactivate method. It supports the same style as activate_with, but just mounts the last used endpoint. It may seem hard to justify, but this is actually really...

One thing I've noticed is that some specs don't pass anymore (some issue with ports). I haven't tried to ameliorate that issue. However, I have added a few passing specs...

The modifications in these change sets provide the ability to limit activation to a specific host/port combination instead of universally overriding Net::HTTP. I've implemented this because of a specific need...

I'm switching away from a modified fakeweb I built into my Web service stubbing gem: [Fredo](http://github.com/ilpoldo/fredo). It was easy to replace and for free I oet an extra spec passing...

I love Artifice! So much so that I want to use it to test my iPhone app that talks to Facebook via the facebook-ios-sdk (for Facebook Connect) via `NSURLConnection`, I...