[ create a new paste ] login | about

Link: http://codepad.org/uV4LCp7J    [ raw code | output | fork ]

Ruby, pasted on May 24:
1
2
3
4
5
6
7
8
9
describe "set of tests" do
  before :all do
    @somevar = call_some_function
  end

  describe someresource(@somevar) do
    it { should ... }
  end
end


Output:
1
2
3
Line 7: syntax error, unexpected '}'
    it { should ... }
                     ^


Create a new paste based on this one


Comments: