Sha256: 69f5657e8b7a4b75349511c778f1e9b543f2f396149b905da8f43b2a5d3eac3a
Contents?: true
Size: 217 Bytes
Versions: 7
Compression:
Stored size: 217 Bytes
Contents
Then /^I should see the current date/ do step %Q{I should see "Date: #{Time.now.in_time_zone.iso8601}"} end Then /^the build directory should be empty/ do in_current_dir { Dir['build/**/*'].should be_empty } end
Version data entries
7 entries across 7 versions & 1 rubygems