Sha256: d82c5ec1faf6d8a7ef8fd62b15601216094c8e00310a63a2123feaf9809b7cae
Contents?: true
Size: 309 Bytes
Versions: 1
Compression:
Stored size: 309 Bytes
Contents
require "test_helper" class ArtistsControllerTest < Trailblazer::Test::Integration it "run Song::Create, params, current_user: Module" do visit "/params/with_args" page.body.must_match '{"controller"=>"params", "action"=>"with_args"} Module' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
trailblazer-future-2.1.0.rc1 | test/rails5.0/test/integration/params_controller_test.rb |