Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / xaviershay/rspec-fire issues and pull requests
#49 - Bump rake from 10.0.4 to 12.3.3
Pull Request -
State: open - Opened by dependabot[bot] over 4 years ago
Labels: dependencies
#48 - Highlight the code samples in the README
Pull Request -
State: closed - Opened by obrok almost 11 years ago
- 1 comment
#47 - Ruby2 keyword args
Issue -
State: closed - Opened by suan almost 11 years ago
- 1 comment
#46 - RSpec::Mocks::Mock is deprecated. Use RSpec::Mocks::Double instead.
Issue -
State: open - Opened by myronmarston almost 11 years ago
#45 - markdown ruby syntax highlighting
Pull Request -
State: closed - Opened by zigomir almost 11 years ago
- 1 comment
#44 - Methods stubbed in hash are not verified
Issue -
State: closed - Opened by bethesque almost 11 years ago
- 3 comments
#43 - Fix running unit tests with light-weight unit_helper.rb
Pull Request -
State: closed - Opened by balinterdi almost 11 years ago
- 1 comment
#42 - Rspec 3 compat
Pull Request -
State: closed - Opened by xaviershay about 11 years ago
#41 - Add messaging to help with upgrade to RSpec 3
Issue -
State: closed - Opened by myronmarston about 11 years ago
- 1 comment
#40 - newer RSpec syntax doesn't work
Issue -
State: closed - Opened by ClayShentrup about 11 years ago
- 1 comment
#39 - Doesn't support new `expect` syntax from rspec-mocks 2.14.0
Issue -
State: closed - Opened by randycoulman over 11 years ago
- 1 comment
#38 - Update README.md
Pull Request -
State: closed - Opened by treppo over 11 years ago
#37 - Update README to replace deprecated methods with their replacement methods
Pull Request -
State: closed - Opened by nfm over 11 years ago
- 1 comment
#36 - Make the gem's purpose more obvious
Pull Request -
State: closed - Opened by derekprior over 11 years ago
- 1 comment
#35 - New api
Pull Request -
State: closed - Opened by xaviershay over 11 years ago
- 2 comments
#34 - Better API
Issue -
State: closed - Opened by xaviershay over 11 years ago
- 11 comments
#33 - Mocking active record finders with rspec-fire?
Issue -
State: closed - Opened by gsmendoza over 11 years ago
- 1 comment
#32 - Using rspec-fire with rspec-rails mocks
Issue -
State: closed - Opened by fschwahn over 11 years ago
- 1 comment
#31 - "SomeClass" does not implement "new"
Issue -
State: closed - Opened by cvincent over 11 years ago
- 1 comment
#30 - README typo => Isolated specs should require unit_helper.rb not spec_helper
Pull Request -
State: closed - Opened by jmgarnier over 11 years ago
- 7 comments
#29 - Arity on stubbed methods
Issue -
State: closed - Opened by sporto over 11 years ago
- 5 comments
#28 - Make things work for projects that disable the `should` syntax.
Pull Request -
State: closed - Opened by myronmarston almost 12 years ago
- 1 comment
#27 - Fix typo - s/spec_helper/unit_helper
Pull Request -
State: closed - Opened by prognostikos almost 12 years ago
- 1 comment
#26 - Subclass Module rather than having a giant builder method.
Pull Request -
State: closed - Opened by myronmarston about 12 years ago
- 1 comment
#25 - rspec-fire should use #__send__, not #send
Issue -
State: closed - Opened by myronmarston about 12 years ago
#24 - Fix use of const_get/const_defined? to handle undefined consts like Foo::Hash
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 2 comments
#23 - Handle strings as well as symbols for method stubs.
Pull Request -
State: closed - Opened by pat over 12 years ago
- 1 comment
#22 - using github markdown syntax for highlight ruby code examples on README
Pull Request -
State: closed - Opened by wilkerlucio over 12 years ago
- 1 comment
#21 - Adds MIT License
Pull Request -
State: closed - Opened by bryanwoods over 12 years ago
- 1 comment
#20 - License?
Issue -
State: closed - Opened by bryanwoods over 12 years ago
- 2 comments
#19 - Add verify_constant_names config option.
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 2 comments
#18 - Move rspec-fire functionality to rspec-mocks
Issue -
State: closed - Opened by mikegehard over 12 years ago
- 18 comments
#17 - Remove stub_const
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 1 comment
#16 - Provide a "valid constant name" validation mode
Issue -
State: closed - Opened by myronmarston over 12 years ago
- 1 comment
#15 - Allow both instance and class doubles for unloaded classes.
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 2 comments
#14 - Stub syntax fails to verify against real class
Issue -
State: closed - Opened by geelen over 12 years ago
- 2 comments
#13 - Allow fire double and class double for same class
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
#12 - Fix travis build
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 4 comments
#11 - Don't count block params when determining the max arity.
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
#10 - Allow for RSpec's hash shortcuts with the stub method.
Pull Request -
State: closed - Opened by pat over 12 years ago
- 1 comment
#9 - Allow `fire_double("Class", :foo => 17)` syntax.
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
#8 - Handle default args and splat args properly.
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 1 comment
#7 - Use new TestDouble module to make class doubles true test doubles
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 1 comment
#6 - Fix travis failures
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 1 comment
#5 - Transfer nested constants
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 8 comments
#4 - Additional thoughts on constant stubbing
Issue -
State: closed - Opened by myronmarston over 12 years ago
- 4 comments
#3 - Add fire_replaced_class_double.
Pull Request -
State: closed - Opened by myronmarston over 12 years ago
- 15 comments
#2 - Replace private rspec matcher api with public api
Pull Request -
State: closed - Opened by jdsiegel almost 13 years ago
- 2 comments
#1 - All rubies should include 1.9.3[-preview1] that we provide on travis-ci.o
Pull Request -
State: closed - Opened by michaelklishin about 13 years ago