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