Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Removed dummy app from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaggyone committed May 22, 2012
1 parent 2fe08a9 commit 11a65b7
Show file tree
Hide file tree
Showing 43 changed files with 11 additions and 10,232 deletions.
7 changes: 5 additions & 2 deletions robokassa.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
Robokassa is payment system, that provides a single simple interface for payment systems popular in Russia.
If you have customers in Russia you can use the gem.
The first thing about this gem, is that it was oribinally designed for spree commerce. So keep it in mind.
The first thing about this gem, is that it was oribinally designed for spree commerce. So keep it in mind.
}

s.rubyforge_project = "robokassa"
Expand All @@ -24,9 +24,12 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "rails", ">= 3.0.7"
s.add_dependency "rails", ">= 3.2.0"

s.add_development_dependency "rake"
s.add_development_dependency "thor"
s.add_development_dependency "shoulda"
s.add_development_dependency "bundler", ">= 1.0.0"
s.add_development_dependency 'combustion', '~> 0.3.1'
s.add_development_dependency 'sqlite3'
end
27 changes: 6 additions & 21 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,14 @@
$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)

ENV["RAILS_ENV"] ||= 'test'
require File.expand_path("../test_app/config/application", __FILE__)
require File.expand_path("../../config/routes", __FILE__)

require 'rspec/rails'

require 'rails/all'
require 'fileutils'
require 'rubygems'
require 'bundler'
require 'rspec'

#$show_err = true
#$debug = false
require 'rails'

Bundler.require :default, :development

RSpec.configure do |config|
config.before :all do
end
Combustion.initialize! :active_record, :action_controller

config.before :each do
end
require 'rspec/rails'

config.after :each do
end
RSpec.configure do |config|
config.use_transactional_fixtures = true
end
4 changes: 0 additions & 4 deletions spec/test_app/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions spec/test_app/Gemfile

This file was deleted.

256 changes: 0 additions & 256 deletions spec/test_app/README

This file was deleted.

16 changes: 0 additions & 16 deletions spec/test_app/Rakefile

This file was deleted.

3 changes: 0 additions & 3 deletions spec/test_app/app/controllers/application_controller.rb

This file was deleted.

2 changes: 0 additions & 2 deletions spec/test_app/app/helpers/application_helper.rb

This file was deleted.

14 changes: 0 additions & 14 deletions spec/test_app/app/views/layouts/application.html.erb

This file was deleted.

4 changes: 0 additions & 4 deletions spec/test_app/config.ru

This file was deleted.

Loading

0 comments on commit 11a65b7

Please sign in to comment.