aboutsummaryrefslogtreecommitdiffstats
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
* refactor engine testing scenarioJamie Winsor2011-08-038-20/+341
| | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application
* Make those specs green again.Uģis Ozols2011-08-033-22/+0
|
* Cucumber tag steps now pass.Uģis Ozols2011-07-271-2/+2
|
* Cucumber category steps now pass.Uģis Ozols2011-07-271-3/+3
|
* Cucumber author steps now pass.Uģis Ozols2011-07-271-2/+2
|
* Wip.Uģis Ozols2011-07-271-2/+2
|
* Rails 3.1 - wip.Uģis Ozols2011-07-273-3/+3
|
* Refactored the spec suite to be consistent.Philip Arndt2011-06-295-9/+9
|
* Fixed failing tag feature.Philip Arndt2011-06-271-0/+2
|
* tag url strategy updatedJoe Sak2011-06-211-1/+1
|
* Add spec for blog post categoriesMichael Gall2011-06-082-0/+34
|
* tab -> tabs and requiring the file on to_prepare so that it actually loads. ↵Philip Arndt2011-05-312-2/+2
| | | | Fixed specs now that the form 'looks' different.
* Tag all blog features with @blog.Philip Arndt2011-05-092-5/+5
|
* have to explicitly require factory girlJoe Sak2011-04-223-4/+6
|
* tests were failing all over the placeJoe Sak2011-04-221-1/+0
|
* Closes GH-29. Blog posts act as taggable. rspec & cukes passingJoe Sak2011-03-112-5/+18
|
* More test coverage for tags: can fill tags in on admin formJoe Sak2011-03-113-0/+25
|
* Fix bad syntax in cukesJoe Sak2011-02-242-1/+2
|
* A little refactor and language change due to core auth steps & factoriesJoe Sak2011-02-242-8/+4
|
* WIP- just stuck on the uninitialized Constant weirdnessJoe Sak2011-02-242-4/+3
|
* WIP: trying to test user association as authorJoe Sak2011-02-242-0/+26
|
* Added some rspec tests for blog post model.Uģis Ozols2010-12-072-2/+4
|
* Consistent whitespace.Philip Arndt2010-11-233-3/+3
|
* Merged in Joe's and Steven's forks and updated for compatibility with < ↵Philip Arndt2010-11-224-0/+42
0.9.9. Also, specs now work by including the factories and I have also laid the foundation for cucumber features. Fixed an issue where the javascript file was clashing with the same code we merged to core from this engine relating to submenus. Regenerated gemspec.