16 Jan, 2012
1 commit
09 Jan, 2012
2 commits
04 Jan, 2012
2 commits
22 Dec, 2011
1 commit
14 Dec, 2011
1 commit
07 Dec, 2011
1 commit
01 Dec, 2011
3 commits
-
also update rake tasks to not use environment variables
22 Nov, 2011
1 commit
21 Nov, 2011
2 commits
-
this test is superseded by answered_appearances_equals_votes_and_skips
-
choices that are deactivated / activated may appear to have irregular # of appearances. add an array to contain list of choices_ids that we will ignore for this test.
16 Nov, 2011
5 commits
-
check for prompt_id mismatch between appearances and their related votes
-
some appearances and their related votes did not have match prompt_ids. This task will update the appearance's prompt_id to match the vote's prompt_id.
09 Nov, 2011
1 commit
04 Nov, 2011
2 commits
31 Oct, 2011
1 commit
17 Oct, 2011
3 commits
11 Oct, 2011
1 commit
26 Sep, 2011
2 commits
-
only examine valid votes and skips when looking at answered appearances
22 Sep, 2011
3 commits
-
irregular appearances test was using the active scope which was ensuring the winner was active, but we want to examine all losing choices that are active
-
Add test that checks per question instead of globally
16 Sep, 2011
1 commit
14 Sep, 2011
2 commits
-
we have some callbacks on choice creation, that we don't need to run after every single choice when creating them in a batch. Instead we can just make sure the last choice in the batch runs the required callbacks.
09 Sep, 2011
1 commit
-
only warn if answered appearances is less than number of votes and skips
07 Sep, 2011
1 commit
06 Sep, 2011
3 commits
-
if votes-since is passed as a param only show those votes. If you want votes-since and all questions, pass all=true.