diaspora_federation/spec
Benjamin Neff 7503e9a804
Fix when booleans in relayables are false
This was a problem with dislikes.

It's safe to use `to_s` here, because we have only strings, numbers and
booleans here anyway, because relayables don't support nested entities.
`to_s` is used to generate the `signature_data` string too.
2017-11-05 01:12:19 +01:00
..
controllers/diaspora_federation Replace legacy webfinger with new route from .well-known 2017-05-29 00:43:39 +02:00
integration Don't check parent_author_signature for relayables 2017-06-02 01:12:00 +02:00
lib Fix when booleans in relayables are false 2017-11-05 01:12:19 +01:00
routing Replace legacy webfinger with new route from .well-known 2017-05-29 00:43:39 +02:00
support Remove not_nil for diaspora IDs from validators 2017-09-12 23:11:05 +02:00
entities.rb Fix when booleans in relayables are false 2017-11-05 01:12:19 +01:00
factories.rb Remove active_record and save models in-memory 2017-04-05 00:36:52 +02:00
spec_helper.rb Make rspec work without rails dependency 2017-04-05 02:02:04 +02:00