motion-localization 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,10 +4,6 @@ require 'rake'
|
|
|
4
4
|
require 'rspec'
|
|
5
5
|
require 'fileutils'
|
|
6
6
|
|
|
7
|
-
# TODO: READMEの整備
|
|
8
|
-
# TODO: gemspecの正義
|
|
9
|
-
# TODO: gemとしてリリース
|
|
10
|
-
|
|
11
7
|
describe 'motion-localization' do
|
|
12
8
|
before(:all) do
|
|
13
9
|
@rake = Rake::Application.new
|
|
@@ -137,7 +133,3 @@ end
|
|
|
137
133
|
def created?
|
|
138
134
|
true
|
|
139
135
|
end
|
|
140
|
-
|
|
141
|
-
# RSpec::Matchers.define :be_created do |expected|
|
|
142
|
-
# match {|actual| actual > expected }
|
|
143
|
-
# end
|