issues
search
btakita
/
rr
RR (Double Ruby) is a test double framework that features a rich selection of double techniques and a terse syntax.
http://github.com/rr/rr
MIT License
501
stars
58
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Issue with OpenStruct in Ruby 2.3
#102
soylent
opened
8 years ago
0
mock.instance_of not working
#101
blackxored
opened
10 years ago
0
update rspec to 2.14.0 to get rid of some dep warnings
#100
janxious
closed
11 years ago
0
Redirect Repository to new home
#99
tyre
opened
11 years ago
2
How do I mock a module method that is mixed in at runtime in a ruby object ?
#98
archit
closed
11 years ago
3
Question: using any_instace_of to stub a method that returns the instance
#97
dylanjha
closed
11 years ago
5
Clear up #any_instance_of vs #instance_of
#96
mcmire
closed
11 years ago
4
Add a section to the readme for #instance_of
#95
mcmire
closed
11 years ago
0
Ordered expectations do not seem to be working as advertised
#94
mcmire
opened
11 years ago
0
Using a wildcard argument matcher inside a block given to #stub or #mock doesn't seem to work
#93
mcmire
opened
11 years ago
0
Make RR::Adapters::Rspec an alias for RR::Adapters::RSpec2
#92
mcmire
closed
11 years ago
0
1.1.0
#91
mcmire
closed
11 years ago
0
Instance methods can be called only once when its class mocked.
#90
mikdiet
closed
11 years ago
2
stub or mock Module::Method.new
#89
geremyCohen
closed
11 years ago
1
Misspelled name
#88
srbaker
closed
11 years ago
0
Anyone still maintainning this?
#87
rudionrails
closed
11 years ago
17
Mocking something in the before block for minitest doesn't clear in other examples
#86
jperry
opened
12 years ago
1
Small fix for README, block syntax section
#85
dabit
closed
11 years ago
0
Chained yields do not work
#84
dipth
opened
12 years ago
1
failing test for a case when RR.mock breaks objects that use method_missing
#83
enthal
closed
1 year ago
2
Some docs about yields mock in README
#82
seban
closed
11 years ago
5
Equivalent of new_instance_of
#81
GerryG
closed
12 years ago
2
Up to date merged Rspec2 compatibility.
#80
james2m
closed
11 years ago
4
Rspec2 gemspec fix
#79
damselem
closed
11 years ago
2
Respond_to? behavior changing on calls to method_missing
#78
erikogan
opened
12 years ago
1
Rename utility methods #reset and #verify to reset_rr and verify_rr to avoid clashes with other methods in Cucumber's World namespace
#77
Empact
opened
12 years ago
1
Spies example not working for me
#76
mb-dev
closed
11 years ago
7
Problems with mocking an ActiveRecord model method
#75
mikeys
opened
12 years ago
2
No good way to specify ordered verification with spies
#74
mcmire
opened
13 years ago
0
#any_instance_of is being redefined
#73
mvz
closed
11 years ago
2
README: Using RR examples for MiniTest and MiniSpec
#72
wynst
closed
11 years ago
1
Documentation needs to describe RR::ProcFromBlock
#71
trcarden
closed
11 years ago
1
any_instance_of stubs failing with class hierarchies
#70
etiennebarrie
closed
10 years ago
1
in the MiniTest adapter, raise a MiniTest::Assertion
#69
jneen
closed
11 years ago
2
Rspec2 not being required.
#68
james2m
closed
11 years ago
4
How do I make a stub of an instance call a different method?
#67
cespare
closed
11 years ago
0
have_received matchers for Rspec2 (fix issue #45)
#66
nicknovitski
closed
13 years ago
1
fix readme instructions for configuring to use rr mocks
#65
nicknovitski
closed
13 years ago
0
how to only mock the chained method call
#64
geremy
closed
13 years ago
3
Eliminate usage of ObjectSpace._id2ref
#63
evanphx
closed
13 years ago
2
Minitest Adapter
#62
cespare
closed
13 years ago
0
[*foo] idiom fails on ruby 1.9.2 with rr stubs/mocks
#61
trampoline
opened
13 years ago
1
remove missing "scratch.rb" file from gemspec
#60
bonkydog
closed
13 years ago
0
"unexpected method invocation" with ActiveRecord association
#59
ono
opened
13 years ago
2
Is it possible to mock a method if the method name is in a variable?
#58
PatrickLef
closed
13 years ago
3
Added Instructions on installing the gem
#57
gavingmiller
closed
13 years ago
0
Just in case we didn't contact you on enough channels
#56
pivotalmailbypass
closed
11 years ago
2
Can't proxy a Proc.call call
#55
kjvarga
closed
12 years ago
1
Spy verifies receipt of an attr assignment call
#54
josephholsten
opened
13 years ago
2
new_instance_of raises uninitialized constant RR::DoubleDefinitions::DoubleInjections::NewInstanceOf
#53
hedgehog
closed
11 years ago
16
Next