Sha256: b567f3fadd145cb407191981568b1e6e95b884b641340e28555c245776ec5b35
Contents?: true
Size: 468 Bytes
Versions: 21
Compression:
Stored size: 468 Bytes
Contents
require "test_helper" require "generators/interactor_generator" class Rails::Generators::InteractorGeneratorTest < ::Rails::Generators::TestCase tests Rails::Generators::InteractorGenerator destination File.expand_path('../../tmp', __FILE__) setup :prepare_destination teardown { rm_rf(destination_root) } test "generates registration interactor" do run_generator ["registration"] assert_file "app/interactors/registration_interactor.rb" end end
Version data entries
21 entries across 21 versions & 1 rubygems