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
Reinier Balt
be1a9528d5
move the two toggle links in top-right to view menu
2013-06-11 16:13:46 +02:00
Reinier Balt
7084c11263
fix failing tests
2013-06-11 15:36:27 +02:00
Reinier Balt
07de6a8358
fix expiration test. it was missing a rendering
2013-06-11 15:24:20 +02:00
Matt Rogers
931791edfd
Move the expire_session route
...
It's now in the cucumber login helper.
2013-06-10 14:30:12 -05:00
Matt Rogers & Katrina Owen
2c5aff3b36
Add login backdoor to speed up the cucumber test suite
2013-06-04 19:39:06 -05:00
Reinier Balt
8ffacca393
fix cucumber scenario's.
...
One still fails on Cookie overflow, but works testing by hand...
2013-05-13 17:13:26 +02:00
Reinier Balt
d1de2998de
ignore: trying to find issue on failing scenario on Travis
2013-05-11 13:47:33 +02:00
Reinier Balt
80ed0d2cef
fix failing scenario caused by different aasm semantics
...
also switch to css selector to hopefully fix the failure on travis
2013-05-04 14:12:00 +02:00
Reinier Balt
f891ee86fe
fix clearing show_from fails
...
caused by slightly different (better) workings of aasm
2013-05-03 19:28:26 +02:00
Reinier Balt
5eae11e3b3
explicit wait for menu to fix a failing scenario.
...
this scenario does not fail locally, only on travis, grrr...
2013-04-29 09:31:31 +02:00
Reinier Balt
0607096e7c
add cucumber tests for tickler with group by project
2013-04-24 23:30:58 +02:00
Reinier Balt
b57c63abdb
try fixing timing issue of tagging scenario
2013-04-22 11:17:57 +02:00
Reinier Balt
a987ff3727
use size in stead of count to prevent unnecessary querying
2013-04-22 11:11:53 +02:00
Reinier Balt
8b464112ad
further fixing regressions
2013-04-19 22:55:54 +02:00
Reinier Balt
a8e426a2cd
fix regressions
2013-04-19 20:00:32 +02:00
Reinier Balt
8641ecfc4e
add some project grouping scenarios to edit_a_todo and fix failures
...
also refactor step definitions
2013-04-17 22:11:24 +02:00
Reinier Balt
5f8f2eefa9
fix failing calendar scenarios
2013-04-16 10:20:44 +02:00