Commit 5ae6dd0b by Ivan Lan

Merge branch 'lan/fix_spec' into 'master'

Fix spec See merge request !13
parents f9666f96 3572ceee
require "spec_helper" require "spec_helper"
require 'active_record' require 'active_record'
require "ohm" require "ohm"
Dir[File.dirname(__FILE__) + '../lib/weather-model.rb'].each { |file| require file } require File.join(File.dirname(__FILE__), '../lib/weather-model.rb')
# include WeatherModel # include WeatherModel
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment