try spelling correctly
This commit is contained in:
parent
f6db36342e
commit
d8289d4fcf
@ -18,5 +18,5 @@ ratings:
|
|||||||
- "lib/**"
|
- "lib/**"
|
||||||
- "**.rb"
|
- "**.rb"
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- "tests/**"
|
- "test/"
|
||||||
- "stash/**"
|
- "stash/"
|
||||||
|
@ -1,24 +1,4 @@
|
|||||||
require 'rubygems'
|
require_relative "../helper"
|
||||||
require 'bundler'
|
|
||||||
begin
|
|
||||||
Bundler.setup(:default, :development)
|
|
||||||
rescue Bundler::BundlerError => e
|
|
||||||
$stderr.puts e.message
|
|
||||||
$stderr.puts "Run `bundle install` to install missing gems"
|
|
||||||
exit e.status_code
|
|
||||||
end
|
|
||||||
|
|
||||||
if ENV['CODECLIMATE_REPO_TOKEN']
|
|
||||||
require 'simplecov'
|
|
||||||
SimpleCov.start
|
|
||||||
end
|
|
||||||
|
|
||||||
require "minitest/autorun"
|
|
||||||
require "minitest/unit"
|
|
||||||
|
|
||||||
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'test'))
|
|
||||||
|
|
||||||
require 'salama'
|
|
||||||
|
|
||||||
# try to test that the generation of basic instructions works
|
# try to test that the generation of basic instructions works
|
||||||
# one instruction at a time, reverse testing from objdump --demangle -Sfghxp
|
# one instruction at a time, reverse testing from objdump --demangle -Sfghxp
|
||||||
|
@ -9,7 +9,7 @@ rescue Bundler::BundlerError => e
|
|||||||
end
|
end
|
||||||
if ENV['CODECLIMATE_REPO_TOKEN']
|
if ENV['CODECLIMATE_REPO_TOKEN']
|
||||||
require 'simplecov'
|
require 'simplecov'
|
||||||
SimpleCov.start { add_filter "test" }
|
SimpleCov.start { add_filter "/test/" }
|
||||||
end
|
end
|
||||||
|
|
||||||
require "minitest/autorun"
|
require "minitest/autorun"
|
||||||
|
Loading…
Reference in New Issue
Block a user