Skip to content

Commit

Permalink
Fixed incompatibility with 1.8.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngty committed Sep 15, 2010
1 parent f2933bd commit 0361984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

should 'reflect __LINE__ as captured when declaring proc' do
Otaku.start{|data| __LINE__ }
Otaku.process(:watever_data).should.equal(__LINE__.pred)
Otaku.process(:watever_data).should.equal(__LINE__ - 1)
end

should 'have $LOAD_PATH include Otaku.root' do
Expand Down

0 comments on commit 0361984

Please sign in to comment.