Updated

features/step_definitions / time_steps.rb

A
7 lines of codes
0 methods
N/A complexity/method
2 churn
3.5 complexity
0 duplications
Given /^the(?: date is the| time is) "([^"]*)"$/ do |description| travel_to description.in_time_zone end After do travel_back end