Skip to content

Commit

Permalink
setup testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LupineDev committed Jun 10, 2012
1 parent ad6df40 commit 30a43f3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .rspec
@@ -0,0 +1 @@
--color
1 change: 1 addition & 0 deletions .rvmrc
@@ -0,0 +1 @@
rvm use 1.9.3-p125@microsoft_translator --create
1 change: 1 addition & 0 deletions microsoft_translator.gemspec
Expand Up @@ -16,4 +16,5 @@ Gem::Specification.new do |gem|
gem.version = MicrosoftTranslator::VERSION
gem.add_runtime_dependency "rest-client", [">= 1.6.0"]
gem.add_development_dependency "rspec", [">= 2.0.0"]
gem.add_development_dependency "timecop", [">= 0.3.5"]
end
7 changes: 7 additions & 0 deletions spec/spec_helper.rb
@@ -1,2 +1,9 @@
require 'rubygems'
require 'bundler/setup'

require 'microsoft_translator'
require 'timecop'

RSpec.configure do |config|
# some (optional) config here
end

0 comments on commit 30a43f3

Please sign in to comment.