Sha256: 98b73db3f72e20f789e76351b09fa32e40ba96f24efcab23b4a61513a93dc29c
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
require 'test_helper' class MoviesControllerTest < ActionController::TestCase test 'reveals fakes' do movie = Movie.create assert_nothing_raised { get :show, id: movie.id } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_decorator-0.7.1 | test/controllers/fake_detection_test.rb |
active_decorator-0.7.0 | test/controllers/fake_detection_test.rb |