- Mar 10, 2016
-
-
Jon Rowe authored
Don't use Rake v11 with older rubies
-
Benjamin Quorning authored
It doesn't work with Ruby 1.8.7 and 1.9.2.
- Mar 09, 2016
-
-
Jon Rowe authored
let request specs use integration test services
-
Scott Bronson authored
This allows request specs to call assert_select, url_for, etc.
-
- Feb 28, 2016
-
-
Jon Rowe authored
Move #738 regression check to spec
-
Jon Rowe authored
This is confusing and not useful as documentation, all #738 was intended to do was to prevent our let definitions from being defined earlier than 3rd party inclusions (and hence being overriden) which was confusing behaviour, so move it to a spec.
-
- Feb 14, 2016
-
-
Jon Rowe authored
Add readme for mailer specs
-
- Feb 13, 2016
-
-
Jon Rowe authored
-
- Feb 12, 2016
-
-
Jon Rowe authored
-
- Feb 09, 2016
-
-
Jon Rowe authored
[skip ci]
-
Jon Rowe authored
Fixing index view tests for a scaffold with multiple float attributes
-
Ahmed AbouElhamayed authored
-
- Feb 08, 2016
-
-
Ahmed AbouElhamayed authored
If a model has 2 float attributes, the auto generated tests are failing ones because of duplicate value.
-
- Feb 07, 2016
-
-
Sam Phippen authored
Add negated template examples
-
Jon Rowe authored
-
Jon Rowe authored
-
- Feb 06, 2016
-
-
Sam Phippen authored
-
Sam Phippen authored
Move travis from using Rails 5 beta1 to using beta2.
-
Sam Phippen authored
-
- Feb 03, 2016
-
-
Jon Rowe authored
Improve the documentation about automatic metadata
-
Sergey Pchelintsev authored
-
- Feb 02, 2016
- Feb 01, 2016
- Jan 31, 2016
-
-
Andrew White authored
Closes #1537. The change in 80637fc9 introduced a performance regression because the template lookup cache was being lost every time an example was run. This commit fixes the problem by caching the EmptyTemplateResolver instances between example runs in a hash indexed by the path string.
-
- Jan 27, 2016
-
-
Sam Phippen authored
Fix empty template rendering for Rails 4.2.5.1
-
Andrew White authored
Closes #1532. Refactor the template rendering overrides in controller specs to be more compatible with the Action View public api. Previously `EmptyTemplatePathSetDecorator` overrode the `find_all` method to wrap a path set. However `ActionView::PathSet` is not public api so instead create a subclass of `ActionView::FileSystemResolver` to return an empty template and treat `view_paths` as an array of string-like objects.
-
- Jan 26, 2016
-
-
Sam Phippen authored
Use the same version of nokogiri in example app
-
Sam Phippen authored
This is because the security release of `3.2.22.1` was not correctly tested against 1.8.7 which means that our build will not pass against this ruby. /cc @pixeltrix.
-
Yuji Nakayama authored
... to fix the installation problem on Travis CI.
-
- Jan 15, 2016
-
-
Bradley Schaefer authored
-
Bradley Schaefer authored
Do not leak TestUnit specific methods after Rails 4
-
- Jan 14, 2016
-
-
Jon Rowe authored
Favor https: over git: protocol remotes
-