Skip to content

Commit

Permalink
added contributors file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Jul 25, 2009
1 parent 646703a commit 9607a3d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTORS
@@ -0,0 +1,9 @@
Maintainer:
Andreas Ronge <andreas dot ronge at gmail dot com>

Contributors:
* Martin Kleppmann
* Peter Neubauer
* Jan-Felix Wittmann
* Marius Mårnes Mathiesen
* Bert Fitié
20 changes: 20 additions & 0 deletions 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

0 comments on commit 9607a3d

Please sign in to comment.