Skip to content

Commit

Permalink
Merge pull request #33 from tumugi/fix-misc
Browse files Browse the repository at this point in the history
Fix misc
  • Loading branch information
hakobera authored Jun 13, 2016
2 parents 5796c7d + 8987fc3 commit 0bd3b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
/pkg/
/spec/reports/
/tmp/
.ruby-version
tumugi_config.rb
2 changes: 1 addition & 1 deletion test/plugin/task/bigquery_query_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def exist?; false; end
"append mode with completed state and exist target" => ["append", ExistTarget, :completed, true],
"append mode with completed state and not exist target" => ["append", NotExistTarget, :completed, false],
})
test "#complted?" do |(mode, target_klass, state, expected)|
test "#completed?" do |(mode, target_klass, state, expected)|
@klass.param_set :mode, mode
@klass.send(:define_method, :output) do
target_klass.new
Expand Down

0 comments on commit 0bd3b66

Please sign in to comment.