Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
faustinoaq committed Mar 30, 2017
1 parent c849adb commit 0423b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/watcher_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ describe Watcher do

it "verify Watcher::WatchEvent.event.change" do
Watcher.watch TEST_FILE do |event|
event.change = true
event.change.should eq(true)
event.status = true
event.status.should eq(true)
break
end
end
Expand Down

0 comments on commit 0423b5d

Please sign in to comment.