Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix specs | Brice Sanchez | 2016-05-30 | 11 | -273/+321 |
| | |||||
* | remove JS from tests for reliability and dramatic speed increase. | Philip Arndt | 2015-05-20 | 2 | -38/+32 |
| | |||||
* | Use find(id).trigger(:click) to find elements with before:: css | Anita Graham | 2015-05-19 | 1 | -4/+4 |
| | |||||
* | Use find/trigger(:click) instead of click_link | Anita Graham | 2015-05-18 | 1 | -4/+4 |
| | |||||
* | Tidied up implementation of delete_translation and specs | Philip Arndt | 2015-05-14 | 2 | -8/+8 |
| | |||||
* | Adds spec to check no other translation had been deleted | Jérémy FRERE | 2015-05-14 | 1 | -0/+6 |
| | |||||
* | Removes forgotten :focus on specs | Jérémy FRERE | 2015-05-14 | 2 | -2/+2 |
| | |||||
* | Adds a button to delete the displayed translation of a blog post | Jérémy FRERE | 2015-05-14 | 2 | -0/+41 |
| | |||||
* | Merge remote-tracking branch 'origin/fix-specs' | Philip Arndt | 2015-05-03 | 1 | -0/+1 |
|\ | | | | | | | | | This makes the specs wait for the JS to be executed, which seems to take some time, unfortunately. | ||||
| * | Fix specs | Brice Sanchez | 2015-05-01 | 1 | -1/+4 |
| | | |||||
* | | Expect to see 'Author' before accessing it. | Philip Arndt | 2015-05-03 | 1 | -1/+1 |
|/ | |||||
* | Use have_selector API for greater test reliability. | Philip Arndt | 2015-03-05 | 1 | -1/+2 |
| | |||||
* | Fixed test failures relating to not finding the title. | Philip Arndt | 2015-03-05 | 3 | -7/+7 |
| | |||||
* | Switch to poltergeist from selenium | Anita Graham | 2015-02-24 | 1 | -1/+2 |
| | |||||
* | Update gem globalize (< 5.2) and fix factory_girl | Brice Sanchez | 2015-02-20 | 1 | -1/+0 |
| | |||||
* | ru_page_title is available | Duccio Armenise | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Switched flags to the new SVG locale icons | Philip Arndt | 2014-12-04 | 2 | -19/+19 |
| | |||||
* | Upgraded to rspec 3.x | Philip Arndt | 2014-12-04 | 14 | -169/+168 |
| | |||||
* | Updated locale from 'Ru' to the corrected 'ru'. | Philip Arndt | 2014-11-21 | 2 | -3/+3 |
| | |||||
* | Give the test user access to refinerycms_blog extension. | Philip Arndt | 2014-11-12 | 1 | -0/+3 |
| | | | | Fixes #392 | ||||
* | Fix incorrect spec file introduced in a96ffaf51220e928b3fbdfcc4db969cc810f597b | Philip Arndt | 2014-11-12 | 1 | -1/+0 |
| | |||||
* | Removed plugin#activity call as this method was removed. | Philip Arndt | 2014-10-11 | 1 | -9/+0 |
| | |||||
* | Upgraded some testing syntax, changed to selenium for more passable results. | Philip Arndt | 2014-08-22 | 14 | -25/+24 |
| | |||||
* | Tell friendly_id to regenerate slug if title has changed. | Uģis Ozols | 2014-02-03 | 1 | -0/+24 |
| | | | | | This is due to change in friendly_id 5.0.x where it doesn’t regenerate slug when record is updated. | ||||
* | Replace selenium with poltergeist. | Uģis Ozols | 2014-01-27 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into rails4 | Uģis Ozols | 2014-01-20 | 3 | -3/+31 |
|\ | | | | | | | | | | | Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb | ||||
| * | Use expect syntax. | Uģis Ozols | 2013-10-18 | 1 | -3/+5 |
| | | |||||
| * | Merge pull request #352 from patrickdavey/restrict_tags_to_live_posts | Uģis Ozols | 2013-10-17 | 1 | -0/+25 |
| |\ | | | | | | | Restricting tags to live posts | ||||
| | * | Explicitly setting tag list in tests | Patrick Davey | 2013-10-18 | 1 | -2/+2 |
| | | | |||||
| | * | Restricting tags to live posts | Patrick Davey | 2013-10-17 | 1 | -0/+25 |
| | | | |||||
| * | | Don't set tag_list on the post factory - it's not a required attribute. | Uģis Ozols | 2013-10-17 | 2 | -3/+4 |
| |/ | |||||
* / | Supported Rails 4 and Refinery 3.0.0.dev | Philip Arndt | 2013-09-16 | 3 | -14/+15 |
|/ | |||||
* | Update specs due to recent Capybara/FactoryGirl upgrade. | Uģis Ozols | 2013-06-27 | 8 | -53/+58 |
| | |||||
* | limit rss feed for some services that have limits (like feedburner) | dougbradbury | 2013-06-16 | 1 | -0/+24 |
| | |||||
* | Prevent post_spec.rb from hanging the entire spec run for 30 seconds while ↵ | Philip Arndt | 2012-11-29 | 1 | -4/+6 |
| | | | | it tries to retrieve external resources. | ||||
* | Add temp fix for one failing spec. | Uģis Ozols | 2012-11-15 | 1 | -3/+6 |
| | |||||
* | Remove spork. | Uģis Ozols | 2012-10-23 | 1 | -46/+20 |
| | |||||
* | Fix one of the broken specs (404 message is different). | Uģis Ozols | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Fixed verbiage causing test failure | Philip Arndt | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | fix tests after presence validation for published_at and author fields | Marek Labos | 2012-08-21 | 2 | -2/+11 |
| | |||||
* | fix failing spec | Justin Ramos | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Move avatar_url method to posts helper because view stuff shouldn't be in ↵ | Uģis Ozols | 2012-07-31 | 1 | -0/+12 |
| | | | | the model. | ||||
* | Split rejected and approved comment actions into separate controller actions. | Uģis Ozols | 2012-07-06 | 1 | -0/+84 |
| | |||||
* | Fix failing specs. | Uģis Ozols | 2012-06-15 | 1 | -1/+5 |
| | |||||
* | Added i18n support to models through globalize3. | Adrien Coquio | 2012-06-09 | 4 | -41/+315 |
| | | | | | | | | | | | | | | * Added Post translation * Added Category translation * Use friendly_id globalize with category * Added migrate_data option on migrations for translations * Use Refinery locale instead of I18n * Refactored duplicate locale_picker partial * Removed useless .all call * Use presence instead if / blank? * Added with_globalize scopes when loading posts of one category * Use Globalize when creating post factory * Fix failing specs by creating blog posts/categories using needed locale. | ||||
* | Renaming Method to better describe use, Including Deprecation Warning on Old ↵ | Andrew Hooker | 2012-05-19 | 1 | -3/+3 |
| | | | | Method | ||||
* | Use 'refinery_login_with :refinery_user' instead of deprecated ↵ | Uģis Ozols | 2012-05-15 | 6 | -14/+14 |
| | | | | 'login_refinery_user' in request specs. | ||||
* | Set published_time as Time.utc to avoid hackery needed later to compare dates. | Uģis Ozols | 2012-05-05 | 1 | -9/+4 |
| | |||||
* | Fix millisecond comparison issue in post spec. | Uģis Ozols | 2012-04-26 | 1 | -2/+7 |
| | |||||
* | Adjust times for spec to avoid running into DST issues. | Uģis Ozols | 2012-04-26 | 1 | -3/+3 |
| |