Commit 07e640ab by Clinton Blackburn Committed by Clinton Blackburn

Added rspec rake task

parent 5802c331
......@@ -6,6 +6,17 @@ Bundler.require
application_yaml = ERB.new(File.read("config/application.yml")).result()
begin
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
rescue LoadError
# no rspec available
end
Tire.configure do
url YAML.load(application_yaml)['elasticsearch_server']
end
......
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