Navigation Menu

Skip to content

Commit

Permalink
Fix tests to work with RSpec 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Feb 13, 2015
1 parent 56ad756 commit 525448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Instserver_test.rb
Expand Up @@ -11,7 +11,7 @@

describe "#Modified" do
it "returns false initially" do
expect(subject.Modified).to be_false
expect(subject.Modified).to eq false
end
end

Expand Down

0 comments on commit 525448c

Please sign in to comment.