test/test_helper.rb in azure-0.7.0.pre vs test/test_helper.rb in azure-0.7.0.pre2
- old
+ new
@@ -10,14 +10,19 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#--------------------------------------------------------------------------
+require 'dotenv'
+Dotenv.load
+
require 'minitest/autorun'
require 'mocha/mini_test'
require 'minitest/reporters'
Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new
require 'timecop'
+require 'logger'
+require 'stringio'
# add to the MiniTest DSL
module Kernel
def need_tests_for(name)
describe "##{name}" do