spec/generators/scaffold_generator_spec.rb in gris-0.4.7 vs spec/generators/scaffold_generator_spec.rb in gris-0.4.8

- old
+ new

@@ -108,11 +108,7 @@ it 'includes link to health middleware' do expect(root_presenter_file).to match(/endpoint_link :health/) end end - - it 'generates a token authentication spec helper endpoint' do - expect(File).to exist("#{app_path}/spec/support/shared_authentication_spec_helper.rb") - end end end