Tagged Questions
The heckle tag has no wiki summary.
5
votes
3answers
645 views
Error running Heckle? `current_code': undefined method `translate' for Ruby2Ruby
I'm trying to run Heckle, and I keep getting an error:
> spec spec/controllers/my_controller_spec.rb --heckle MyController
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
...
3
votes
2answers
762 views
Can you ask ruby to treat warnings as errors?
Does ruby allow you to treat warnings as errors?
One reason I'd like to do this is to ensure that if heckle removing a line of code means that a warning occurs, I have the option of ensuring that the ...
2
votes
4answers
846 views
How compatible are rspec and heckle?
I'm currently using test/unit, and I'm considering using rspec. However, I've noticed that rspec currently doesn't support heckle in ruby 1.9.1, and doesn't support passing any parameters to heckle ...