decabeza
546105d989
Merge branch 'master' into dashboard-master
2018-10-19 01:48:37 +02:00
Juan Salvador Pérez García
488e7e081f
Merge branch 'dashboard' into rebase_consul_master
2018-09-27 09:18:27 +02:00
Raimond Garcia
4086220ebf
Merge pull request #2914 from microweb10/make_polls_translatable
...
Make polls translatable
2018-09-26 13:19:17 +02:00
Julian Herrero
673ec075eb
Make answers translatable
2018-09-20 17:13:40 +02:00
Javi Martín
b787e33883
Use the same system to freeze time in all specs
...
This required changing the `voted_before_sign_in` slightly in order to
change what the method returns if the user signed in and voted at the
exact same microsecond.
It doesn't affect production code because it would be impossible for the
user to do both things at the same time.
As a side effect, the method now returns what the method name suggests.
Before this change, the correct method name would have been
`voted_before_or_at_the_same_time_of_sign_in`.
As a less desirable side effect, in the tests now we need to make sure
at least one second passes between the moment a user votes and the
moment a user signs in again. One microsecond wouldn't work because
the method `travel_to` automatically sets microseconds to zero in order
to avoid rounding issues.
2018-09-19 14:11:50 +02:00
decabeza
bc5741fb16
Adds status icons on polls poll group
2018-08-23 18:46:14 +02:00
Juan Salvador Pérez García
50f73abb0c
Fixes #voodoorai2000 comments
...
Fixes some comments from #voodoorai2000 for the PR to consul
2018-07-27 16:30:03 +02:00
iagirre
ccc8d9e8ea
Stub the Date and Time classes so that the test doesn't depend on the time it is run.
2018-07-13 11:59:59 +02:00
decabeza
3f7395fa19
Adds message on polls index if there are no open polls
2018-04-27 18:24:17 +02:00
Angel Perez
ff74d66405
Remove unnecessary extra expectation for 'Voting in booth' scenario
2018-03-27 14:47:50 -04:00
rgarcia
8fb9be9d07
Fix RSpec's should deprecation warning
...
Using `stub` from rspec-mocks' old `:should` syntax without explicitly
enabling the syntax is deprecated. Use the new `:expect` syntax or
explicitly enable `:should` instead
2018-01-22 17:40:56 +01:00
Angel Perez
9a0eca73d7
Fix: Deprecation warnings when running test suite ( #2287 )
2018-01-09 17:54:46 -04:00
Bertocq
34bb9d65b1
Enable RSpec/NotToNot cop and fix all issues
...
Read about cop at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/NotToNot
2018-01-07 17:39:48 +01:00
Bertocq
2d355ce938
Enable RSpec/LetSetup cop & fix issues
...
Read more about cop at http://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/LetSetup
2018-01-07 16:23:49 +01:00
rgarcia
2b52d26d82
refactors notifications into concerns and shared examples
2017-12-14 16:15:30 +01:00
rgarcia
1259d473c6
fixes spec
2017-10-23 22:13:53 +02:00
rgarcia
21c7ff15fe
fixes routes for poll's results and stats
2017-10-23 21:39:59 +02:00
decabeza
aa7dbaa9c4
replace eq200 to text content on specs
2017-10-23 20:13:11 +02:00
decabeza
e11957a91c
adds specs for poll title link
2017-10-23 19:56:39 +02:00
María Checa
f7dce94a45
Added tests for Poll results and stats views
2017-10-23 15:50:53 +02:00
María Checa
bb06af3877
Improved results tests
2017-10-20 16:49:25 +02:00
María Checa
8be8bb07f9
Added first poll results tests
2017-10-19 12:17:49 +02:00
iagirre
f7bb3ec8b7
Merge remote-tracking branch 'consul/master' into iagirre-poll-stats
2017-10-18 09:48:02 +02:00
iagirre
73365ad9d2
Added spects to check de stats model and view
2017-10-18 09:34:17 +02:00
BertoCQ
d3fb4e2615
Merge pull request #2066 from consul/poll-voting
...
Adds spec for user voting in booth and then verifying account
2017-10-17 21:21:12 +02:00
rgarcia
6b7d38c27a
adds spec for user voting in poll and then verifying account
2017-10-17 15:00:34 +02:00
BertoCQ
db7c80ef13
Merge pull request #2021 from consul/fixed-already-voted-message
...
Fixed already voted message in poll show
2017-10-17 14:42:46 +02:00
María Checa
712151b395
Tests improvements
2017-10-17 13:17:20 +02:00
Bertocq
c8568d16aa
Fix wrongful expectation on add video to answer scenario
2017-10-17 13:13:51 +02:00
María Checa
e1e9b431d7
Added tests
2017-10-16 20:10:49 +02:00
BertoCQ
a476019c49
Merge pull request #2020 from consul/poll-videos
...
Poll answer videos
2017-10-16 20:03:34 +02:00
rgarcia
c2dcad79b3
adds video spec
2017-10-16 17:14:40 +02:00
decabeza
279adaa00d
starts with polls show answers with video specs
2017-10-16 13:14:44 +02:00
decabeza
c9a3bcc65a
adds admin polls answer video specs
2017-10-16 13:14:15 +02:00
decabeza
f94a376392
updates text on specs
2017-10-13 14:16:46 +02:00
rgarcia
c097cf236c
updates specs
2017-10-13 12:41:43 +02:00
Bertocq
34c278db74
Small fixes for Poll Question Answer ordering
2017-10-11 12:05:20 +02:00
iagirre
943c1f23af
Spects added to test the order of answers. Default order for question_answers set.
2017-10-10 16:38:55 +02:00
Raimond Garcia
e9276037f9
Merge pull request #2009 from consul/votable_by_fix
...
Fixed already-answered logic
2017-10-07 18:21:05 +02:00
María Checa
8b2f6d454c
Show poll answers in poll show view after voting on a booth
...
If the user votes in a booth, it can see the poll and answers but can't see what he/she voted and the answers are inactive (no link, inactive ui style).
2017-10-07 17:33:27 +02:00
María Checa
b19953b38f
Added tests
2017-10-07 17:06:53 +02:00
Raimond Garcia
2e4ce39722
Merge pull request #1994 from consul/feature/1985#voting_token
...
Voter Answer unique Token
2017-10-07 16:54:01 +02:00
María Checa
84e35edca7
Added new tests for vote token
2017-10-07 16:16:39 +02:00
Bertocq
a487159e39
Add scenario for user that voted on booth can't vote on website
2017-10-07 00:53:21 +02:00
Bertocq
cb15428742
Add scenario for re-voting after sing out the same answer
2017-10-06 19:57:31 +02:00
Raimond Garcia
936ffa1fb6
Merge pull request #1993 from consul/1984-voting_messages
...
Voting messages
2017-10-06 17:57:17 +02:00
María Checa
305b5dcf07
Fixed test
2017-10-06 14:45:44 +02:00
María Checa
089c1fecfd
Added tests
2017-10-06 13:37:24 +02:00
Alberto García
806fd85246
Merge pull request #1990 from consul/polls-gallery
...
Polls Gallery
2017-10-05 21:44:38 +02:00
rgarcia
82735ae2de
spacing
2017-10-05 19:27:10 +02:00