Skip to content

Commit

Permalink
Check precondition in test for #type_interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Apr 5, 2012
1 parent bbb9dc9 commit b44350f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/generated_gobject_test.rb
Expand Up @@ -8,6 +8,7 @@
describe "#type_interfaces" do
it "works, showing that returning an array of GType works" do
tp = GObject.type_from_name 'GTypeModule'
tp.must_be :>, 0
ifcs = GObject.type_interfaces tp
assert_equal 1, ifcs.size
end
Expand Down

0 comments on commit b44350f

Please sign in to comment.