Web interface draft
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe 'nothing' do
|
||||
it 'goes wrong' do
|
||||
true.should be_true
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'rake_control'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.formatter = :progress
|
||||
config.color_enabled = true
|
||||
config.tty = true
|
||||
end
|
||||
Reference in New Issue
Block a user