thoughtbot--factory_bot/spec/factory_bot
Daniel Colson d18fde3062
Remove unhelpful spec
This spec was introduced back in 18c562a1e6, at which point it was
testing that the to_create block got passed to a proxy object.
A lot has changed since then, and this test is no longer testing
anything involving to_create (we can remove the call to to_create and it
still passes). It is testing that we instantiate a strategy and pass an
evaluation to it, but that isn't a helpful test. The behavior we
actually care about is well tested in acceptance specs.
2018-11-18 15:47:55 -05:00
..
attribute Fix assorted RuboCop spacing volations (#1203) 2018-09-27 21:35:05 -04:00
declaration Raise more meaningful error for unregistered trait 2018-10-31 12:50:39 -04:00
decorator Avoid recursive call to AttributeHash#attributes 2018-10-26 10:51:05 -04:00
strategy Do not add missing timestamps when using build stubbed strategy 2018-08-05 17:46:38 -04:00
aliases_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00
attribute_list_spec.rb Remove remaining RuboCop TODOs 2018-10-21 12:15:32 -04:00
attribute_spec.rb Remove warning about setter methods 2018-09-28 16:59:48 -04:00
callback_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00
declaration_list_spec.rb Remove references to static attributes 2018-09-28 17:35:10 -04:00
definition_proxy_spec.rb Raise helpful error block given to association 2018-10-28 19:12:34 -04:00
definition_spec.rb Register inline sequence to allow for rewinding 2018-09-08 02:29:30 +00:00
disallows_duplicates_registry_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00
evaluator_class_definer_spec.rb [Rubocop] Style Cop Offenses (#1208) 2018-10-07 18:02:54 -04:00
factory_spec.rb Remove unhelpful spec 2018-11-18 15:47:55 -05:00
find_definitions_spec.rb Rubocop: Fix Style/StringLiterals Offenses (#1216) 2018-10-07 21:45:51 -04:00
null_factory_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00
null_object_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00
registry_spec.rb Remove remaining RuboCop TODOs 2018-10-21 12:15:32 -04:00
sequence_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00
strategy_calculator_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00