diff --git a/spec/runner.rb b/spec/runner.rb deleted file mode 100644 index edc29bf..0000000 --- a/spec/runner.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'spec_helper' - -Vigia.configure do |config| - config.source_file = File.join(__dir__, '../features/support/examples/my_blog/my_blog.raml') - config.adapter = Vigia::Adapters::Raml - config.host = 'http://localhost:3000' - config.rspec_config do |rspec_config| - rspec_config.reset -# rspec_config.dry_run = true - rspec_config.formatter = RSpec::Core::Formatters::DocumentationFormatter - end -end - -Vigia.rspec!