lib/souls/cli/update/rspec_factory.rb in souls-1.8.3 vs lib/souls/cli/update/rspec_factory.rb in souls-1.8.4

- old
+ new

@@ -29,11 +29,9 @@ end end FileUtils.rm(file_path) FileUtils.mv(new_file_path, file_path) puts(Paint % ["Updated file! : %{white_text}", :green, { white_text: [file_path.to_s, :white] }]) - rescue Thor::Error => e - raise(Thor::Error, e) end private def check_factory_argument(class_name: "user")