spec/StatusSheets_spec.rb in taskjuggler-3.5.0 vs spec/StatusSheets_spec.rb in taskjuggler-3.6.0

- old
+ new

@@ -1,21 +1,25 @@ #!/usr/bin/env ruby -w # encoding: UTF-8 # # = StatusSheets_spec.rb -- The TaskJuggler III Project Management Software # -# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 -# by Chris Schlaeger <chris@linux.com> +# Copyright (c) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 +# by Chris Schlaeger <cs@taskjuggler.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # require 'rubygems' require 'support/DaemonControl' require 'taskjuggler/apps/Tj3SsSender' require 'taskjuggler/apps/Tj3SsReceiver' + +RSpec.configure do |config| + config.expect_with(:rspec) { |c| c.syntax = :should } +end class TaskJuggler class StatusSheetTest end