Please enable JavaScript.
Coggle requires JavaScript to display documents.
TestProf (Recipes (AnyFixture (AnyFixture SQL), FactoryDefault, RSpecStamp…
-
Collects instrumentation metrics (such as ActiveSupport::Notifications) and provides a report with general information and top-N slowest groups and examples concerning the specified metrics
Use any block of code for data generation, and AnyFixture will take care of cleaning the data at the end of the test run
-
-
Group independent assertions together using :aggregate_failures tag instead of writing one example per assertion
Tracks factories usage statistics, i.e. how often each factory has been used
Persistent (within an example group) let!, or magical combination of before_all and let
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-