Sha256: 4980838f62d285f9ecd67e56d3baa9f05bb2b828466ca95c5109d828f7cf0cfe
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
# frozen_string_literal: true 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_decorator-0.8.0 | test/controllers/fake_detection_test.rb |