Skip to content

Commit

Permalink
Merge pull request #11 from ancorgs/fix_rspec
Browse files Browse the repository at this point in the history
Fix tests to work with RSpec 3
  • Loading branch information
ancorgs committed Feb 13, 2015
2 parents 56ad756 + 1d5dee6 commit e54ac17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-instserver.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 13 11:21:53 UTC 2015 - ancor@suse.com

- The unit tests are now compatible with RSpec 3
- 3.1.4

-------------------------------------------------------------------
Thu Dec 4 09:50:17 UTC 2014 - jreidinger@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-instserver.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-instserver
Version: 3.1.3
Version: 3.1.4
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
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 e54ac17

Please sign in to comment.