Matijs van Zuijlen

Results 328 comments of Matijs van Zuijlen

@Darhazer I'm afraid 75baab383d3d60d0972b3d8e30bc88891bb1c2b0 broke this cop completely for me, so it now never complains!

Ok, I've changed my code so the cop works for now and tested this. I'm afraid #593 doesn't really help, because I would want to enable all methods, so this...

@Darhazer Yes, that's what I did. An alternative for users who want the FeatureMethods cop enabled is to disable DescribeClass for the features spec folder.

@fatkodima I'm a little confused by the discussion in those pull requests. Is the intent for offenses in older migrations to never be fixed, not even by using a later...

@docwhat Have you considered this? IAT interferes with the operation of the Heroku dashboard so I'd like to disable it there.

AIUI, request specs are now used in favour of controller specs for all Rails applications.

> Could Gtk.init become optional? Yes, that makes sense. I believe Gtk has a special version of init that can be called multiple times.

I agree more examples are needed. I'll see what I can do :-). That said, the problem with Gtk::MessageDialog is that gobject-introspection doesn't handle its methods. This means that `.new`...