spec/support/models/game.rb in arstotzka-1.0.1 vs spec/support/models/game.rb in arstotzka-1.0.2
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
class Game
include Arstotzka
include SafeAttributeAssignment
attr_reader :json
- old
+ new