Commit graph

307 commits

Author SHA1 Message Date
Carsten Otto
ff27f769e9 swap expected/actual 2015-06-15 09:47:49 +02:00
Carsten Otto
e5294f070f improve grammar in test 2015-06-15 09:47:49 +02:00
Dan Rice
8dd4970b0c Merge branch '2.3_branch' 2015-06-14 18:20:08 -04:00
Carsten Otto
04fdf8c620 add test for #1804 and #1836 2015-05-22 23:03:12 +02:00
Carsten Otto
131053fc1f cleanup test 2015-05-22 23:02:32 +02:00
Dan Rice
7d7c3550f8 Convert a .should expectation to expect() 2015-04-15 09:58:30 -04:00
Carsten Otto
aa14a8e802 Sort by 'show_from' in tickler 2015-04-13 16:25:44 +02:00
Carsten Otto
700305055f Add step definitions to create deferred actions 2015-04-13 16:25:34 +02:00
Reinier Balt
55e28d90a9 Merge pull request #1805 from C-Otto/tracks-1727
Sort deferred actions by "show from" in tickler, #1727
2015-04-13 16:24:17 +02:00
Reinier Balt
23a36ca22d Merge pull request #1816 from C-Otto/cucumber-fix
Fix cucumber test: select first menu
2015-04-13 16:21:17 +02:00
Carsten Otto
f3c36e6e04 Fix typo 2015-04-13 14:39:05 +02:00
Carsten Otto
eb1012f1f2 typo 2015-04-13 14:38:27 +02:00
Carsten Otto
1ed137afa9 Sort by 'show_from' in tickler 2015-04-12 23:24:00 +02:00
Carsten Otto
bf8b118ebf Add step definitions to create deferred actions 2015-04-12 23:24:00 +02:00
Carsten Otto
58fc98887e Fix typo 2015-04-12 23:10:48 +02:00
Carsten Otto
a23011c88b select first menu
in 'Scenario: Deleting a todo will remove it from the calendar'
there may be two menus if the test is run on the last day of
the month
2015-04-12 22:11:22 +02:00
Carsten Otto
e1ab067dbb typo 2015-04-04 18:10:18 +02:00
Carsten Otto
dfe8735c0d rename repeating -> recurring, repeat -> recurrence 2015-02-10 16:25:27 +01:00
Carsten Otto
705f307bfb fix typos 2015-02-09 23:24:19 +01:00
Dan Rice
70191af76b Merge branch '2.3_branch' into master 2015-01-02 21:25:34 -05:00
Matteo Giaccone
177971a70e Remove applescript integration. Closes #1723 2015-01-02 21:12:32 +00:00
Dan Rice
ea0d40060a Remove support for deprecated password-hashing algorithm
* Remove all methods implementing and checking for the old algorithm
* Document a pre-upgrade step to check for remaining obsolete passwords
* Remove config.salt
2014-11-15 10:28:29 -05:00
Dan Rice
36ded17f9b In tests, activate menus by JS instead of click 2014-09-10 01:08:19 -04:00
Dan Rice
4830cc028a Clean up manual timeouts in feature tests 2014-09-10 01:08:08 -04:00
Reinier Balt
2757c88c0b Revert "add some sleep timers to hopefully fix the travis failures"
this did not work

This reverts commit 420c80911b.
2014-08-13 16:46:13 +02:00
Reinier Balt
420c80911b add some sleep timers to hopefully fix the travis failures 2014-08-13 16:12:31 +02:00
Reinier Balt
6191cce4c7 small refactorings of generated javascripts 2014-08-13 15:33:32 +02:00
Reinier Balt
9a69b170fe increate wait time on cli test
and re-enable the test
2014-07-03 20:58:18 +02:00
Reinier Balt
8955480e62 fix lint warnings for tracks.js - first pass
found on codeclimate. this is the first pass
2014-06-26 14:49:25 +02:00
Dan Rice
14ed010f7c Replace remaining RSpec 'should' with 'expect' 2014-06-25 17:44:24 -04:00
Dan Rice
d334093adb Replace remaining RSpec 'should' with 'expect' 2014-06-25 17:27:33 -04:00
Dan Rice
c19af5b982 Replace be_true and be_false expectations
Removed in RSpec 3.0
2014-06-25 17:10:27 -04:00
Dan Rice
e84f239428 Mark CLI feature tests as WIP
The tests need to be improved to eliminate intermittent failures
2014-06-19 17:50:09 -04:00
Dan Rice
7a3f90a020 Use RSpec 'expect' instead of 'should' 2014-06-11 23:03:26 -04:00
Dan Rice
d793e17248 Increase Aruba timeout 2014-06-10 17:22:57 -04:00
Dan Rice
3fc9173d54 Simplify feature test to make date-independent 2014-06-10 15:00:57 -04:00
Dan Rice
d0cec167a8 Replace Timecop with new ActiveSupport helpers 2014-05-16 13:25:22 -04:00
Reinier Balt
126f07a593 try another day to get rid of test failure
I do not see the failure locally, guessing this causes the failure...
2014-05-16 14:33:18 +02:00
Reinier Balt
5c636e48ad remove assert which should not be used for cucumber. 2014-05-16 14:33:18 +02:00
Dan Rice
f50dc9602a Add a test for #1441 2014-04-02 16:39:13 -04:00
Reinier Balt
6238029b55 fix regressions 2014-01-11 14:33:14 +01:00
Reinier Balt
3b673f0838 fix some failing cucumber tests 2014-01-09 11:18:33 +01:00
Reinier Balt
908149ea61 some features that were wip-ed because of cucumber issues seem to pass 2014-01-08 22:04:40 +01:00
Reinier Balt
406eb47db7 move coverage to ci rake task 2013-09-24 09:48:21 +02:00
Reinier Balt
bba86e51d7 re-add simplecov by request 2013-09-23 16:49:59 +02:00
Reinier Balt
07a3962d7d remove simplecov since we now have coverage reporting on Code Climate 2013-09-22 19:29:30 +02:00
Reinier Balt
daef1c440b improve integration test of cli scripts 2013-09-20 21:18:33 +02:00
Reinier Balt
bbf6cdf702 fix failing cucumber scenario's and update gems 2013-09-18 10:38:20 +02:00
Matt Rogers
96777c2e3a Replace User#time with UserTime#time 2013-07-30 16:21:04 -05:00
Reinier Balt
4a485558e2 Merge branch 'master' into rails4
Conflicts:
	Gemfile.lock
	config/routes.rb
2013-06-17 09:25:02 +02:00