1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot.git synced 2022-11-09 11:43:51 -05:00
thoughtbot--factory_bot/spec
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
..
acceptance Simplify build_stubbed specs 2018-11-12 17:35:05 -05:00
factory_bot Remove unhelpful spec 2018-11-18 15:47:55 -05:00
support Rubocop: Fix Style/StringLiterals Offenses (#1216) 2018-10-07 21:45:51 -04:00
factory_bot_spec.rb Remove unnecessary spec_helper requires 2018-05-21 18:03:28 +01:00
spec_helper.rb Rubocop: Fix Style/StringLiterals Offenses (#1216) 2018-10-07 21:45:51 -04:00