-
There's an old dependency somewhere that's causing bundler to require Ruby 1.9.2. I haven't spent too much time looking into why, but I wanted to get an issue logged before it slipped my mind.
```
[…
ghost updated
11 years ago
-
Ca fait quelques heures que je suis dessus, sans arriver à avoir quoi que ce soit....
Voilà mon fichier de spec :
> ENV['RACK_ENV'] = 'test'
>
> require_relative('spec_helper')
> require_relative('…
-
Right now we have decent unit tests, but I'd like to add a full functional suite. I'll be working on this before version 1.0.
-
Working for a large company, we are using the parallel_tests gem to run our cucumber automation. This works well for our Ruby devisions, but for our Jruby folk we need another option. The issue is t…
-
Here is our integration test case. The purpose of the rspec is to login first and then open up the user menus page and test the link on the use menu page. It is a rails 3.2.12 app with rspec-rails: 2.…
-
rspec-core has configuration APIs for managing aliases for `example` (e.g. `it`) and `shared_examples` (e.g. `it_behaves_like`), but there is no such API for managing aliases for `describe` (which sho…
-
mongoid-rspec has no support for testing callbacks on models. shoulda doesn't either, but there is an additional gem for testing this (shoulda-callback-matchers). Is this something that mongoid-rspec …
-
Any x-string with a shell command will cause a syntax error as opal uses them for inline javascript. A library, e.g. mspec, with xstrings can currently break opal.
-
Pretty sure I'm n00bin it up over here since this error would prevent anyone from using the gem... but here goes nothin.
```
$ be rake appraisal:install
>> bundle check --gemfile='/gemfiles/rails2.ge…
-
Hi,
I'm encountering a little problem on the 0.6.x branch,
When there are two mount_uploader into a model and we upload a file, it doesn't appear into the json export of the instance.
I've created …