Web interface draft

This commit is contained in:
Gregory Eremin
2013-06-04 22:59:18 +04:00
parent 5a3b0b8754
commit 7404b2c696
54 changed files with 639 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
require 'spec_helper'
describe 'nothing' do
it 'goes wrong' do
true.should be_true
end
end
+7
View File
@@ -0,0 +1,7 @@
require 'rake_control'
RSpec.configure do |config|
config.formatter = :progress
config.color_enabled = true
config.tty = true
end