Skip to content

Commit

Permalink
remove unimplemented, pending tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbradbury committed May 21, 2014
1 parent a2047d7 commit c564604
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions spec/noam-lemma_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
end
end
end

describe Noam::Message::Heard do
describe "#new" do
it "creates a new Heard message" do
Expand All @@ -45,7 +45,7 @@
end
end
end

describe Noam::Message::Playable do
describe "#new" do
it "can be built" do
Expand All @@ -63,7 +63,7 @@
end
end
end

describe Noam::Beacon do
describe "#new" do
it "creates a new beacon" do
Expand Down Expand Up @@ -93,35 +93,7 @@
end
end
end

describe Noam::Player do
describe "#new" do
pending
end

describe "#put" do
pending
end

describe "#stop" do
pending
end
end

describe Noam::Listener do
describe "#new" do
pending
end

describe "#take" do
pending
end

describe "#stop" do
pending
end
end

describe Noam::Lemma do
before do
FakeManager.start
Expand All @@ -133,7 +105,7 @@
@lemma.discover
sleep(0.1) # give things enough time to pass the message
end

after do
@lemma.stop
FakeManager.stop
Expand Down

0 comments on commit c564604

Please sign in to comment.