From 9607a3d9111bb2395dd99cd6defb42730a35d916 Mon Sep 17 00:00:00 2001 From: andreas Date: Sat, 25 Jul 2009 10:09:17 +0200 Subject: [PATCH] added contributors file --- CONTRIBUTORS | 9 +++++++++ test/replication/master_slave_spec.rb | 20 ++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 CONTRIBUTORS create mode 100644 test/replication/master_slave_spec.rb diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 000000000..ce3310017 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,9 @@ +Maintainer: + Andreas Ronge + +Contributors: +* Martin Kleppmann +* Peter Neubauer +* Jan-Felix Wittmann +* Marius Mårnes Mathiesen +* Bert Fitié diff --git a/test/replication/master_slave_spec.rb b/test/replication/master_slave_spec.rb new file mode 100644 index 000000000..1d63406ad --- /dev/null +++ b/test/replication/master_slave_spec.rb @@ -0,0 +1,20 @@ +require "spec" + +describe "My behaviour" do + + # Called before each example. + before(:each) do + # Do nothing + end + + # Called after each example. + after(:each) do + # Do nothing + end + + it "should do something" do + + #To change this template use File | Settings | File Templates. + true.should == false + end +end \ No newline at end of file