0.0
No commit activity in last 3 years
No release in over 3 years
Downloads the first paragraph from wikipedia about the randomly set timezone
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 4.2.4, ~> 4.2
>= 10.4.2, ~> 10.4
>= 3.0.0, ~> 3.0
>= 0.34.1, ~> 0.34
>= 0.10.0, ~> 0.10

Runtime

>= 1.5.0, ~> 1.5
>= 0.5.1, ~> 0.5
 Project Readme

Zonebie Info Build Status

Zonebie plugin that prints details of the random timezone (if available)

Installation

gem "zonebie-info"

Usage

RSpec

In spec_helper.rb:

require 'zonebie/info/rspec'

Cucumber

In env.rb

require 'zonebie/info/cucumber'

Manual Setup

zonebie-info depends on Zonebie so all you have to do is replace calls to Zonebie.set_random_timezone with:

Zonebie.set_timezone_with_info

Then, after your tests have run, you need to call Zonebie.print_timezone_info in the after hook

Data is collected in a separate thread so shouldn't slow down your tests by too much.