Initial working version of the BurstNet test API.

This commit is contained in:
2013-06-02 16:06:53 +01:00
commit 74d5b88ecd
34 changed files with 611 additions and 0 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
source 'https://rubygems.org'
# Provides basic authentication functionality for testing parts of your engine
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', :branch => '2-0-stable'
gemspec
gem 'httparty'