Commit graph

5 commits

Author SHA1 Message Date
Ash McKenzie
19ff9d9899
Replace rails_helper.rb with spec_helper.rb
rails_helper.rb's only logic was to require
spec_helper.rb.
2019-08-30 12:26:18 +10:00
Thong Kuah
a2cfc150ce Add # frozen_string_literal to spec/models
Adds `# frozen_string_literal: true` to spec/models ruby files
2019-04-01 14:37:54 +13:00
Robert Speicher
099e274266 Call the correct method in the BlocksJsonSerialization spec 2017-12-19 15:45:08 -06:00
Robert Speicher
8d0ad36bcf Add a JsonSerializationError class instead of raising SecurityError 2017-12-19 15:45:08 -06:00
Robert Speicher
32ff813d3d Add BlocksJsonSerialization model concern and include it in User 2017-12-19 15:45:07 -06:00