Sha256: 0802281ce8dd6134a20b39252352c7c3ed75b5796d1eec64ff62c5c2a09c9de3
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
require 'test_helper' class Users::CreateTest < ActiveSupport::TestCase def test_run_implemented assert_nothing_raised do Users::Create.run end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_interaction-rails-0.0.8 | test/tmp/test/test/interactions/users/create_test.rb |
simple_interaction-rails-0.0.7 | test/tmp/test/test/interactions/users/create_test.rb |