shimoju / metabase-ruby

Ruby client library for Metabase API
MIT License
28 stars 27 forks source link

Creating new VCR specs? #51

Closed ideasasylum closed 4 years ago

ideasasylum commented 4 years ago

I was working on adding new endpoint support (/dashboard/:id) and noticed all the specs use webmock and vcr. This seems to assume a Metabase instance running locally—I was wondering if the Metabase database could be included in the gem so these VCR cassettes are easier to regenerate?

shimoju commented 4 years ago

Sorry for the delay. Nice idea! I added Metabase DB in repository and regenerate vcr_cassettes #63. How is this?