Pinned Repositories
elasticgraph
Schema-driven, scalable, cloud-native, batteries-included GraphQL with superpowers
elixir
Elixir is a dynamic, functional language for building scalable and maintainable applications
mail_safe
Keep your ActionMailer emails from escaping into the wild during development.
vcr
This is no longer the canonical repo -- it has moved to https://github.com/vcr/vcr
rspec-core
RSpec runner and formatters
rspec-expectations
Provides a readable API to express expected outcomes of a code example
rspec-mocks
RSpec's 'test double' framework, with support for stubbing and mocking
myronmarston's Repositories
myronmarston/vcr
This is no longer the canonical repo -- it has moved to https://github.com/vcr/vcr
myronmarston/test_benchmarker
A tool for benchmarking ruby Test::Unit tests
myronmarston/vim_files
My vim files
myronmarston/algorithms
Just some algorithm implementations
myronmarston/janus
A MacVim Distro
myronmarston/katas
Code Katas
myronmarston/mix_and_match_rspec
Demonstration of mixing and matching different parts of RSpec with other testing tools
myronmarston/rspec-fire
More resilient test doubles for RSpec.
myronmarston/webmock
Library for stubbing HTTP requests and setting expectations on HTTP requests in Ruby.
myronmarston/addressable
Addressable is a replacement for the URI implementation that is part of Ruby's standard library. It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
myronmarston/bundler
Manage your application's gem dependencies with less pain
myronmarston/conferences
Crowd-sourced Ruby conference wiki
myronmarston/fakeweb
A tool for faking responses to web requests, originally by Blaine Cook
myronmarston/ghosts-and-spirits
The source code for ghostsandspirits.net
myronmarston/guard-rspec
Guard::RSpec automatically run your specs (much like autotest)
myronmarston/nothing
Programming With Nothing
myronmarston/raid5_vcr_issue
Repo for VCR/faraday issue discussed on vcr mailing list
myronmarston/rails
Ruby on Rails
myronmarston/rspec-core
Rspec-2 runner and formatters
myronmarston/rspec-mocks
Rspec-2 doubles (mocks and stubs)
myronmarston/ruby-conf-2011-notes
Notes from Ruby Conf 2011
myronmarston/typhoeus
Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.
myronmarston/equalizer
Define equality, equivalency and hash methods automatically
myronmarston/excon
EXtended http(s) CONnections
myronmarston/faraday
Simple, but flexible HTTP client library, with support for multiple backends.
myronmarston/logstash
logstash - logs/event transport, processing, management, search.
myronmarston/metriks
An experimental library to instrument ruby
myronmarston/recurring_select
A gem for adding selectors for setting recurring events.
myronmarston/rspec-duplicate-require
Illustration of an alleged rspec bug
myronmarston/rspec-mocks-issue-413
Repro for rspec/rspec-mocks#413