Julian Herrero
89962ba61a
Allow deleting polls with answers including videos
...
If a poll has a question with an answer containing a related video,
an error was raised because the poll ID was referenced in another
table.
2020-07-09 13:39:15 +02:00
Javi Martín
4bb906f0be
Apply Layout/SpaceAroundMethodCallOperator rule
...
This rule was added in rubocop 0.82.
2020-06-16 13:47:38 +02:00
Javi Martín
37361a6f3d
Replace render :nothing with head :ok
...
Using `render :nothing` was deprecated, but we never noticed it because
we didn't have a test for the action using it. In Rails 5.1, it raises
an exception.
Using `head :ok` and adding a test for this scenario solves the issue.
2020-04-24 15:43:54 +02:00
Javi Martín
9427f01442
Use system specs instead of feature specs
...
We get rid of database cleaner, and JavaScript tests are faster because
between tests we now rollback transactions instead of truncating the
database.
2020-04-24 15:43:54 +02:00