Sha256: c41d1f92ae50ba281c200c6d68d3d1fa73245e1016a0f73f4c077d5fe4c854b1
Contents?: true
Size: 314 Bytes
Versions: 4
Compression:
Stored size: 314 Bytes
Contents
require 'spec_helper' module HerokuRailsSaas describe Runner do describe "each_heroku_app" do it "should return my apps" do pending end it "should not return a production app if @environment is not specified and there's only one app" do pending end end end end
Version data entries
4 entries across 4 versions & 1 rubygems