bin/test in terrestrial-0.3.0 vs bin/test in terrestrial-0.5.0

- old
+ new

@@ -1,10 +1,10 @@ #!/usr/bin/env ruby require "bundler" Bundler.setup -ADAPTERS = ["memory", "sequel"] +ADAPTERS = ["sequel"] module TerrestrialTesting module_function def run_rspec_with_adapter(adapter) puts "Running RSpec suite for `#{adapter}` adapter" puts "Run following command to replicate"