spec/support/models/arstotzka/fetcher/dummy.rb in arstotzka-1.0.1 vs spec/support/models/arstotzka/fetcher/dummy.rb in arstotzka-1.0.2
- old
+ new
@@ -1,3 +1,8 @@
-class Arstotzka::Fetcher::Dummy
-end
+# frozen_string_literal: true
+module Arstotzka
+ class Fetcher
+ class Dummy
+ end
+ end
+end