Tom Marshall

Results 5 issues of Tom Marshall

Clicking the 'iCal Calendar' or 'Outlook Calendar' links does not download the .ics file. The browser flashes, but no file is downloaded, and no new tab is opened. Browser: Chrome...

#### Because: * If the arguments string includes an '*' (asterisk) character then the bats-mock stub appears to fail to recognise the call. #### This change: * Quotes the `$pattern`...

If the arguments string includes an asterisk then the bats-mock stub appears to fail to recognise the call. Reduced test case: ```bats #!/usr/bin/env bats load '../vendor/bats-mock/stub' teardown() { unstub aws...

The recommended installation method is to download the script directly. This felt like the simplest approach given that you only need the single script, however `git init` will not overwrite...

Calling `Model.auto_upgrade!` for a second (or any subsequent time) raises a `NameError` after the initial run. ``` irb(main):001:0> Location.auto_upgrade! NameError: no member 'limit' in struct from (irb):1 ``` Model: ```...