test/integration/load_test.rb in gir_ffi-tracker-0.12.1 vs test/integration/load_test.rb in gir_ffi-tracker-0.14.0
- old
+ new
@@ -1,9 +1,9 @@
require File.expand_path('../test_helper.rb', File.dirname(__FILE__))
-describe "Upon load" do
- describe "the Tracker module" do
- it "should exist" do
+describe 'Upon load' do
+ describe 'the Tracker module' do
+ it 'should exist' do
Tracker
end
end
end