before :each do
  # before all tests
end

before do
  # before this test
end

after do
  # after this test
end