Done https://github.com/rspec/rspec-core/issues/396
Jarmo
On Jun 1, 6:05 pm, David Chelimsky wrote:
> On Jun 1, 2011, at 10:05 AM, Jarmo Pertman wrote:
>
> > Thank you :)
>
> > Where can i see the differences between #it_should_behave_like,
> > #include_context and #include_examples?
>
> http://
On Jun 1, 2011, at 10:05 AM, Jarmo Pertman wrote:
> Thank you :)
>
> Where can i see the differences between #it_should_behave_like,
> #include_context and #include_examples?
http://relishapp.com/rspec/rspec-core
>
> Jarmo
>
> On Jun 1, 5:42 pm, David Chelimsky wrote:
>> On Jun 1, 2011, at
Thank you :)
Where can i see the differences between #it_should_behave_like,
#include_context and #include_examples?
Jarmo
On Jun 1, 5:42 pm, David Chelimsky wrote:
> On Jun 1, 2011, at 9:10 AM, Jarmo Pertman wrote:
>
>
>
>
>
>
>
>
>
> > Hi!
>
> > We tried to upgrade our RSpec from 1.3.1 to 2.6
On Jun 1, 2011, at 9:10 AM, Jarmo Pertman wrote:
> Hi!
>
> We tried to upgrade our RSpec from 1.3.1 to 2.6 and are having some
> problems. It seems that shared example group includes modules
> differently in RSpec 2.
>
> Consider the following code:
> module MyModule
> def testing
> end
> end
Hi!
We tried to upgrade our RSpec from 1.3.1 to 2.6 and are having some
problems. It seems that shared example group includes modules
differently in RSpec 2.
Consider the following code:
module MyModule
def testing
end
end
shared_examples_for "shared" do
include MyModule
it "works" do
te
Hi!
We tried to upgrade our RSpec from 1.3.1 to 2.6 and are having some
problems. It seems that shared example group includes modules
differently in RSpec 2.
Consider the following code:
module MyModule
def testing
end
end
shared_examples_for "shared" do
include MyModule
it "works" do