Skip to content

Commit

Permalink
travis fix. unused spec class removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshiro Sugii committed Jun 15, 2016
1 parent fd533a9 commit 3c3af8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
1 change: 1 addition & 0 deletions spec/java_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
it { expect(java.classes('Base').size).to eq(8) }

it 'compares the source codes' do
puts java.classes('Base')
java.classes('Base').each do |c|
c.sources.each do |s|
test_source = File.read(File.join(res_java, 'hash', s.file_name))
Expand Down
50 changes: 0 additions & 50 deletions spec/res/java/hash/Null.java

This file was deleted.

0 comments on commit 3c3af8e

Please sign in to comment.