From 3977bd7e69ff044e687f3790b15a4ab03afa3613 Mon Sep 17 00:00:00 2001 From: Raphael G Shekwolo Date: Mon, 3 Oct 2011 00:34:39 +0100 Subject: [PATCH] Made minior word and character change. --- Gemfile | 2 +- spec/main_spec.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 14836c8..21fe2f4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # A sample Gemfile source "http://rubygems.org" -gem "qtbindings" +gem 'qtbindings' gem 'htmlentities' gem 'rest-client' diff --git a/spec/main_spec.rb b/spec/main_spec.rb index cc094de..1b541e7 100644 --- a/spec/main_spec.rb +++ b/spec/main_spec.rb @@ -7,7 +7,7 @@ @app = Qt::Application.new(ARGV) end - it "must instanciate an app" do + it "must instantiate an app" do @app.wont_be_nil end @@ -15,4 +15,4 @@ # @app.dispose! # end end -end \ No newline at end of file +end