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