-
Currently I'm running my tests against a server which responds to my AJAX requests with canned chunks of JSON. It would be great to be able to make assertions against these requests in a similar way t…
-
Similar to the discussion here: https://groups.google.com/forum/#!topic/ruby-bundler/QxlNGzK3rEY
I'm trying to run `bundle update ` to a private gem but it's adding extra changes in the Gemfile.lock …
-
One of the problems with using Dagger 2 (particularly on Android) is the need to call a different method for every class that needs injection. E.g. see this article which speaks of it as an annoyance:…
-
It should be possible to only perform certain enqueued jobs, just like it is possible to assert that only certain jobs have been enqueued with `assert_enqueued_jobs only:`.
-
I've put a custom rake file into `tasks/rake/foo.rake` and run `padrino rake -T`
I get:
```
=> Executing Rake -T ...
tasks/rake/foo.rake: no such file to load -- tasks/rake/foo.rake
rake db:seed …
-
Hi, I have a Padrino app with a request spec that generates a segfault when a model's parameters are assigned.
The app contains the following:
- dm-core-1.2.1
- ruby 2.1.1p76 (2014-02-24 revision 451…
-
## Background
This is a follow-on from #289 and also encompasses some or all of #241, #274, #262, #332, #242, #321, and #338. My goal is to make this general story better, ASAP, while leaving remaini…
-
```
Hi, I'm a member of Android's Dalvik team. Lots of Android developers have been
asking for Mockito support for Android, so we've written some code to make that
possible.
The first part is a new…
-
I like that I can run
``` sh
$ bower install -S angular-bootstrap
$ grunt bower-install
```
and index.html is updated with the new bower component. I would like karma.conf.js to be updated as well,…
-
Running this command : annotate, I get this WARNING
Rails 4.2.1
Ruby 2.2.2
$ annotate
WARN: Unresolved specs during Gem::Specification.reset:
json (>= 1.7.7, ~> 1.7)
minitest (~> 5.1)
WA…