Formatting

This commit is contained in:
Michael Miller 2019-01-23 23:16:18 -07:00
parent a869d4f23f
commit cbb4c18668

View file

@ -90,7 +90,6 @@ describe Spectator::RunnableExample do
{% end %}
pending "runs before_all hooks prior to before_each hooks" do
end
{% for hook_type in %i[after_all after_each] %}
@ -152,7 +151,6 @@ describe Spectator::RunnableExample do
{% end %}
pending "runs after_each hooks prior to after_all hooks" do
end
context "around_each hooks" do
@ -208,11 +206,9 @@ describe Spectator::RunnableExample do
end
pending "runs around_each hooks after to before hooks" do
end
pending "runs around_each hooks prior to after hooks" do
end
{% for condition in %i[pre post] %}
@ -283,69 +279,54 @@ describe Spectator::RunnableExample do
{% end %}
pending "runs before hooks prior to pre-conditions" do
end
pending "runs around_each hooks prior to pre-conditions" do
end
pending "runs post-conditions prior to after hooks" do
end
context "failing pre-condition" do
pending "fails the test" do
end
pending "prevents the test code from running" do
end
pending "prevents additional pre-conditions from running" do
end
pending "prevents additional post-conditiosn from running" do
end
context "in a parent group" do
pending "fails the test" do
end
pending "prevents the test code from running" do
end
pending "doesn't run child pre-conditions" do
end
pending "doesn't run child post-conditions" do
end
end
end
context "failing post-condition" do
pending "fails the test" do
end
pending "prevents additional post-conditions from running" do
end
context "in a parent group" do
pending "fails the test" do
end
pending "doesn't run child post-conditions" do
end
end
end
@ -415,7 +396,6 @@ describe Spectator::RunnableExample do
{% end %}
pending "runs before_all hooks prior to before_each hooks" do
end
{% for hook_type in %i[after_all after_each] %}
@ -477,7 +457,6 @@ describe Spectator::RunnableExample do
{% end %}
pending "runs after_each hooks prior to after_all hooks" do
end
context "around_each hooks" do
@ -533,11 +512,9 @@ describe Spectator::RunnableExample do
end
pending "runs around_each hooks after to before hooks" do
end
pending "runs around_each hooks prior to after hooks" do
end
context "pre-conditions" do
@ -593,59 +570,46 @@ describe Spectator::RunnableExample do
end
pending "runs before hooks prior to pre-conditions" do
end
pending "runs around_each hooks prior to pre-conditions" do
end
pending "runs post-conditions prior to after hooks" do
end
context "failing pre-condition" do
pending "fails the test" do
end
pending "prevents the test code from running" do
end
pending "prevents additional pre-conditions from running" do
end
pending "prevents additional post-conditiosn from running" do
end
context "in a parent group" do
pending "fails the test" do
end
pending "prevents the test code from running" do
end
pending "doesn't run child pre-conditions" do
end
pending "doesn't run child post-conditions" do
end
end
end
pending "doesn't run post-conditions" do
end
pending "doesn't run parent group post-conditions" do
end
end
@ -713,7 +677,6 @@ describe Spectator::RunnableExample do
{% end %}
pending "runs before_all hooks prior to before_each hooks" do
end
{% for hook_type in %i[after_all after_each] %}
@ -775,7 +738,6 @@ describe Spectator::RunnableExample do
{% end %}
pending "runs after_each hooks prior to after_all hooks" do
end
context "around_each hooks" do
@ -831,11 +793,9 @@ describe Spectator::RunnableExample do
end
pending "runs around_each hooks after to before hooks" do
end
pending "runs around_each hooks prior to after hooks" do
end
context "pre-conditions" do
@ -891,59 +851,46 @@ describe Spectator::RunnableExample do
end
pending "runs before hooks prior to pre-conditions" do
end
pending "runs around_each hooks prior to pre-conditions" do
end
pending "runs post-conditions prior to after hooks" do
end
context "failing pre-condition" do
pending "fails the test" do
end
pending "prevents the test code from running" do
end
pending "prevents additional pre-conditions from running" do
end
pending "prevents additional post-conditiosn from running" do
end
context "in a parent group" do
pending "fails the test" do
end
pending "prevents the test code from running" do
end
pending "doesn't run child pre-conditions" do
end
pending "doesn't run child post-conditions" do
end
end
end
pending "doesn't run post-conditions" do
end
pending "doesn't run parent group post-conditions" do
end
end