mingujo/UCBerkeley_Housing

View on GitHub
features/step_definitions/ca_add_delete_availability.rb

Summary

Maintainability
A
0 mins
Test Coverage
# And /^the current month is "([^"]*)"$/ do |month|
#     pending
# end

# And /^"([^"]*)" has the following availability:$/ do |person|
#     pending
# end

# And /^I press "([^"]*)" for the Availibility Slot "([^"]*)"$/ do |button, slot|
#     pending
# end

# Then /^I should not see availability for "([^"]*)"$/ do |arg| 
#     pending
# end

# And /^I should see availability for "([^"]*)"$/ do |arg| 
#     pending
# end